Home
last modified time | relevance | path

Searched defs:EntryBlock (Results 1 – 24 of 24) sorted by relevance

/llvm-project/clang/unittests/Analysis/
H A DCFGDominatorTree.cpp46 CFGBlock *EntryBlock = *(cfg->begin() + 3); in TEST() local
139 CFGBlock *EntryBlock = *(cfg->begin() + 5); in TEST() local
H A DIntervalPartitionTest.cpp127 auto &EntryBlock = cfg->getEntry(); in TEST() local
150 auto &EntryBlock = cfg->getEntry(); in TEST() local
169 auto *EntryBlock = &cfg->getEntry(); in TEST() local
/llvm-project/llvm/lib/IR/
H A DEHPersonalities.cpp107 BasicBlock *EntryBlock = &F.getEntryBlock(); in colorEHFunclets() local
/llvm-project/polly/lib/Transform/
H A DCodePreparation.cpp64 auto &EntryBlock = F.getEntryBlock(); in run() local
/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h222 run(BlockT * EntryBlock) run() argument
331 dfs(BlockT * EntryBlock) dfs() argument
/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp242 [[maybe_unused]] const MachineBasicBlock *EntryBlock = &MF.front(); sortBasicBlocksAndUpdateBranches() local
/llvm-project/clang/lib/Analysis/
H A DIntervalPartition.cpp142 const Node *EntryBlock) { in partitionIntoIntervalsImpl() argument
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h291 auto &EntryBlock = Func.Blocks[Func.Entry]; createFlowFunction() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp108 BasicBlock &EntryBlock = *F.begin(); lowerKernelArguments() local
/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaFrameLowering.cpp198 MachineBasicBlock &EntryBlock = *(MF->begin()); in spillCalleeSavedRegisters() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp518 BranchInst *BR = dyn_cast<BranchInst>(EntryBlock->getTerminator()); in computeOutliningInfo() local
179 BasicBlock *EntryBlock; global() member
349 BasicBlock *EntryBlock = &F.front(); computeOutliningColdRegionsInfo() local
[all...]
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp134 auto &EntryBlock = F.getEntryBlock(); in findDependencies() local
H A DControlHeightReduction.cpp1557 insertTrivialPHIs(CHRScope * Scope,BasicBlock * EntryBlock,BasicBlock * ExitBlock,DenseSet<PHINode * > & TrivialPHIs) insertTrivialPHIs() argument
1701 BasicBlock *EntryBlock = FirstRegion->getEntry(); transformScopes() local
1823 createMergedBranch(BasicBlock * PreEntryBlock,BasicBlock * EntryBlock,BasicBlock * NewEntryBlock,ValueToValueMapTy & VMap) createMergedBranch() argument
[all...]
H A DGCOVProfiling.cpp439 GCOVBlock EntryBlock; global() member in __anon674c465d0311::GCOVFunction
832 BasicBlock &EntryBlock = F.getEntryBlock(); emitProfileNotes() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp265 BasicBlock *EntryBlock = BasicBlock::Create(M.getContext(), "entry", &F); makeStub() local
H A DLLJIT.cpp70 auto *EntryBlock = BasicBlock::Create(M.getContext(), "entry", WrapperFn); addHelperAndWrapper() local
/llvm-project/polly/lib/Support/
H A DScopHelper.cpp197 void polly::splitEntryBlockForAlloca(BasicBlock *EntryBlock, DominatorTree *DT, in splitEntryBlockForAlloca() argument
209 void polly::splitEntryBlockForAlloca(BasicBlock *EntryBlock, Pass *P) { in splitEntryBlockForAlloca() argument
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch64.cpp530 auto &EntryBlock = createEntry() local
/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h520 traverse(BlockT * EntryBlock) traverse() argument
/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp469 NodeAddr<BlockNode *> EntryBlock = DFG.getFunc().Addr->getEntryBlock(DFG); getGadgetGraph() local
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp473 BasicBlock &EntryBlock = AI.getParent()->getParent()->getEntryBlock(); visitAllocaInst() local
/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp641 BasicBlock &EntryBlock = Function->getEntryBlock(); raiseUserConstantDataAllocasToEntryBlock() local
2828 BasicBlock *EntryBlock = BasicBlock::Create(Ctx, "entry", LtGCFunc); emitListToGlobalCopyFunction() local
2938 BasicBlock *EntryBlock = BasicBlock::Create(Ctx, "entry", LtGRFunc); emitListToGlobalReduceFunction() local
3021 BasicBlock *EntryBlock = BasicBlock::Create(Ctx, "entry", LtGCFunc); emitGlobalToListCopyFunction() local
3129 BasicBlock *EntryBlock = BasicBlock::Create(Ctx, "entry", LtGRFunc); emitGlobalToListReduceFunction() local
[all...]
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h3063 setEntry(VPBlockBase * EntryBlock) setEntry() argument
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp6111 auto &EntryBlock = OutlinedFn->getEntryBlock(); TEST_F() local
6259 auto &EntryBlock = OutlinedFn->getEntryBlock(); TEST_F() local