| /llvm-project-15.0.7/clang/unittests/Analysis/ |
| H A D | CFGDominatorTree.cpp | 46 CFGBlock *EntryBlock = *(cfg->begin() + 3); in TEST() local 139 CFGBlock *EntryBlock = *(cfg->begin() + 5); in TEST() local
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | EHPersonalities.cpp | 87 BasicBlock *EntryBlock = &F.getEntryBlock(); in colorEHFunclets() local
|
| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | CodePreparation.cpp | 64 auto &EntryBlock = F.getEntryBlock(); in run() local
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | GenericCycleImpl.h | 190 void GenericCycleInfoCompute<ContextT>::run(BlockT *EntryBlock) { in run() 299 void GenericCycleInfoCompute<ContextT>::dfs(BlockT *EntryBlock) { in dfs()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerKernelArguments.cpp | 69 BasicBlock &EntryBlock = *F.begin(); in runOnFunction() local
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | DebugInfoTest.cpp | 334 auto *EntryBlock = &F->getEntryBlock(); in TEST() local
|
| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | ScopHelper.cpp | 196 void polly::splitEntryBlockForAlloca(BasicBlock *EntryBlock, DominatorTree *DT, in splitEntryBlockForAlloca() 208 void polly::splitEntryBlockForAlloca(BasicBlock *EntryBlock, Pass *P) { in splitEntryBlockForAlloca()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | PartialInlining.cpp | 180 BasicBlock *EntryBlock; member 396 BasicBlock *EntryBlock = &F.front(); in computeOutliningColdRegionsInfo() local 565 BasicBlock *EntryBlock = &F.front(); in computeOutliningInfo() local
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | ELF_aarch64.cpp | 472 auto &EntryBlock = in createEntry() local
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | IndirectionUtils.cpp | 258 BasicBlock *EntryBlock = BasicBlock::Create(M.getContext(), "entry", &F); in makeStub() local
|
| H A D | LLJIT.cpp | 67 auto *EntryBlock = BasicBlock::Create(M.getContext(), "entry", WrapperFn); in addHelperAndWrapper() local
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | LoopInfoImpl.h | 499 void PopulateLoopsDFS<BlockT, LoopT>::traverse(BlockT *EntryBlock) { in traverse()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 1548 BasicBlock *EntryBlock, BasicBlock *ExitBlock, in insertTrivialPHIs() 1671 BasicBlock *EntryBlock = FirstRegion->getEntry(); in transformScopes() local 1787 BasicBlock *EntryBlock, in createMergedBranch()
|
| H A D | GCOVProfiling.cpp | 438 GCOVBlock EntryBlock; member in __anon434f465a0311::GCOVFunction 826 BasicBlock &EntryBlock = F.getEntryBlock(); in emitProfileNotes() local
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86LoadValueInjectionLoadHardening.cpp | 472 NodeAddr<BlockNode *> EntryBlock = DFG.getFunc().Addr->getEntryBlock(DFG); in getGadgetGraph() local
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 371 BasicBlock &EntryBlock = AI.getParent()->getParent()->getEntryBlock(); in visitAllocaInst() local
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | PPCGCodeGeneration.cpp | 1646 BasicBlock *EntryBlock = in createLaunchParameters() local 2314 auto EntryBlock = BasicBlock::Create(Builder.getContext(), "entry", FN); in createKernelFunction() local
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 2187 void setEntry(VPBlockBase *EntryBlock) { in setEntry()
|