/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | EHPersonalities.cpp | 87 BasicBlock *EntryBlock = &F.getEntryBlock(); in colorEHFunclets() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULowerKernelArguments.cpp | 69 BasicBlock &EntryBlock = *F.begin(); in runOnFunction() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | BasicBlockSections.cpp | 254 [[maybe_unused]] const MachineBasicBlock *EntryBlock = &MF.front(); in sortBasicBlocksAndUpdateBranches() local
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF_aarch64.cpp | 469 auto &EntryBlock = in createEntry() local
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | IndirectionUtils.cpp | 269 BasicBlock *EntryBlock = BasicBlock::Create(M.getContext(), "entry", &F); in makeStub() local
|
H A D | LLJIT.cpp | 69 auto *EntryBlock = BasicBlock::Create(M.getContext(), "entry", WrapperFn); in addHelperAndWrapper() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 1557 BasicBlock *EntryBlock, BasicBlock *ExitBlock, in insertTrivialPHIs() 1701 BasicBlock *EntryBlock = FirstRegion->getEntry(); in transformScopes() local 1816 BasicBlock *EntryBlock, in createMergedBranch()
|
H A D | GCOVProfiling.cpp | 439 GCOVBlock EntryBlock; member in __anon3a2a73410311::GCOVFunction 832 BasicBlock &EntryBlock = F.getEntryBlock(); in emitProfileNotes() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | LoopInfoImpl.h | 511 void PopulateLoopsDFS<BlockT, LoopT>::traverse(BlockT *EntryBlock) { in traverse()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86LoadValueInjectionLoadHardening.cpp | 471 NodeAddr<BlockNode *> EntryBlock = DFG.getFunc().Addr->getEntryBlock(DFG); in getGadgetGraph() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 463 BasicBlock &EntryBlock = AI.getParent()->getParent()->getEntryBlock(); in visitAllocaInst() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.h | 2107 void setEntry(VPBlockBase *EntryBlock) { in setEntry()
|