LLVM
13.0.0git
|
Implementation for an ilist node. More...
#include "llvm/ADT/ilist_node.h"
Public Member Functions | |
self_iterator | getIterator () |
const_self_iterator | getIterator () const |
reverse_self_iterator | getReverseIterator () |
const_reverse_self_iterator | getReverseIterator () const |
bool | isSentinel () const |
Check whether this is the sentinel node. More... | |
Protected Types | |
using | self_iterator = ilist_iterator< OptionsT, false, false > |
using | const_self_iterator = ilist_iterator< OptionsT, false, true > |
using | reverse_self_iterator = ilist_iterator< OptionsT, true, false > |
using | const_reverse_self_iterator = ilist_iterator< OptionsT, true, true > |
Protected Member Functions | |
ilist_node_impl ()=default | |
Implementation for an ilist node.
Templated on an appropriate ilist_detail::node_options, usually computed by ilist_detail::compute_node_options.
This is a wrapper around ilist_node_base whose main purpose is to provide type safety: you can't insert nodes of ilist_node_impl into the wrong simple_ilist or iplist.
Definition at line 39 of file ilist_node.h.
|
protected |
Definition at line 56 of file ilist_node.h.
|
protected |
Definition at line 54 of file ilist_node.h.
|
protected |
Definition at line 55 of file ilist_node.h.
|
protected |
Definition at line 53 of file ilist_node.h.
|
protecteddefault |
|
inline |
Definition at line 81 of file ilist_node.h.
Referenced by llvm::ARMFrameLowering::adjustForSegmentedStacks(), llvm::GCNSubtarget::adjustSchedDependency(), llvm::HexagonInstrInfo::analyzeBranch(), llvm::AMDGPURegisterBankInfo::applyMappingImpl(), BBHasFallthrough(), canFallThroughTo(), canInstrSubstituteCmpInstr(), llvm::AAResults::canInstructionRangeModRef(), canSplitCallSite(), llvm::cloneAndAdaptNoAliasScopes(), llvm::CloneAndPruneIntoFromInst(), CloneInstructionsIntoPredecessorBlockAndUpdateSSAUses(), llvm::cloneLoopWithPreheader(), llvm::MachineFunction::CloneMachineInstrBundle(), collectCallSiteParameters(), copyMustTailReturn(), llvm::SplitAnalysis::countLiveBlocks(), llvm::PeelingModuloScheduleExpander::CreateLCSSAExitingBlock(), llvm::OpenMPIRBuilder::createParallel(), createRetBitCast(), llvm::OpenMPIRBuilder::createStaticWorkshareLoop(), deleteDeadInstruction(), detectPopcountIdiom(), detectShiftUntilZeroIdiom(), llvm::ARMBaseInstrInfo::duplicate(), llvm::JumpThreadingPass::duplicateCondBranchOnPHIIntoPred(), eliminateDeadStores(), llvm::VETargetLowering::emitEHSjLjSetJmp(), llvm::PPCTargetLowering::emitEHSjLjSetJmp(), llvm::AArch64TargetLowering::EmitF128CSEL(), emitLoadM0FromVGPRLoop(), llvm::PPCTargetLowering::emitProbedAlloca(), emitSelectPseudo(), emitXBegin(), llvm::Module::eraseNamedMetadata(), llvm::AMDGPURegisterBankInfo::executeInWaterfallLoop(), llvm::expandDivision(), llvm::SIInstrInfo::expandPostRAPseudo(), llvm::expandRemainder(), llvm::OpenMPIRBuilder::finalize(), findDependencies(), findInitTrampolineFromBB(), findLiveSetAtInst(), llvm::CodeExtractor::findOrCreateBlockForHoisting(), llvm::InnerLoopVectorizer::fixFirstOrderRecurrence(), llvm::AMDGPULibCalls::fold(), llvm::FoldReturnIntoUncondBranch(), for(), llvm::MemoryDependenceResults::getDependency(), llvm::BasicBlock::getFirstInsertionPt(), getNextBlock(), llvm::slpvectorizer::BoUpSLP::getSpillCost(), llvm::MachineLoop::getTopBlock(), llvm::GlobalVariable::GlobalVariable(), handleFree(), HandleInlinedEHPad(), HandleInlinedLandingPad(), llvm::LiveIntervals::handleMoveIntoNewBundle(), llvm::objcarc::BottomUpPtrState::HandlePotentialUse(), llvm::hoistAllInstructionsInto(), INITIALIZE_PASS(), llvm::InlineFunction(), inlineRetainOrClaimRVCalls(), llvm::PPCFrameLowering::inlineStackProbe(), llvm::Instruction::insertAfter(), llvm::VPRecipeBase::insertAfter(), llvm::Instruction::insertBefore(), llvm::VPRecipeBase::insertBefore(), llvm::HexagonInstrInfo::insertBranch(), insertDAGNode(), llvm::BasicBlock::insertInto(), llvm::SlotIndexes::insertMachineInstrInMaps(), llvm::SlotIndexes::insertMBBInMaps(), llvm::InstCombinerImpl::InsertNewInstBefore(), llvm::InstCombiner::InsertNewInstBefore(), llvm::BPFCoreSharedInfo::insertPassThrough(), llvm::SIInstrInfo::insertSelect(), llvm::Instruction::Instruction(), llvm::InstructionSelector::isObviouslySafeToFold(), isSafeAndProfitableToSinkLoad(), llvm::isSafeToLoadUnconditionally(), jumpTableFollowsTB(), LLVMInsertExistingBasicBlockAfterInsertBlock(), LowerCallResults(), matchSwap(), llvm::Instruction::moveAfter(), llvm::BasicBlock::moveAfter(), llvm::MachineBasicBlock::moveAfter(), moveBBContents(), llvm::Instruction::moveBefore(), llvm::BasicBlock::moveBefore(), llvm::MachineBasicBlock::moveBefore(), MoveVPNOTBeforeFirstUser(), llvm::InstDeleterIRStrategy::mutate(), OptimizeGlobalAddressOfMalloc(), optimizeSQRT(), llvm::peelLoop(), PerformHeapAllocSRoA(), placeSplitBlockCarefully(), llvm::recomputeVPTBlockMask(), reinsertVectorIndexAdd(), llvm::removeAllNonTerminatorAndEHPadInstructions(), removeEmptyCleanup(), removeGlobalCtors(), llvm::MachineFunction::RenumberBlocks(), ReplaceCallWith(), llvm::InstCombinerImpl::run(), split(), splitBlock(), llvm::SplitBlockAndInsertIfThenElse(), SplitBlockAndInsertIfThenImpl(), llvm::splitBlockBefore(), SplitBlockImpl(), splitCallSite(), llvm::SplitCriticalEdge(), splitMBB(), TryToShrinkGlobalToBoolean(), llvm::TryToSimplifyUncondBranchFromEmptyBlock(), llvm::UnrollRuntimeLoopRemainder(), llvm::UpgradeARCRuntime(), llvm::UpgradeIntrinsicCall(), and verifyCFIntrinsic().
|
inline |
Definition at line 82 of file ilist_node.h.
|
inline |
Definition at line 84 of file ilist_node.h.
Referenced by collectCallSiteParameters(), llvm::AsmPrinter::emitCFIInstruction(), and splitCallSite().
|
inline |
Definition at line 88 of file ilist_node.h.
|
inline |
Check whether this is the sentinel node.
This requires sentinel tracking to be explicitly enabled. Use the ilist_sentinel_tracking<true> option to get this API.
Definition at line 99 of file ilist_node.h.
|
friend |
Definition at line 45 of file ilist_node.h.
|
friend |
Definition at line 47 of file ilist_node.h.
|
friend |
Definition at line 48 of file ilist_node.h.
|
friend |
Definition at line 49 of file ilist_node.h.
|
friend |
Definition at line 50 of file ilist_node.h.
|
friend |
Definition at line 46 of file ilist_node.h.