Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h190 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 DEHPersonalities.cpp87 BasicBlock *EntryBlock = &F.getEntryBlock(); in colorEHFunclets() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp69 BasicBlock &EntryBlock = *F.begin(); in runOnFunction() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp254 [[maybe_unused]] const MachineBasicBlock *EntryBlock = &MF.front(); in sortBasicBlocksAndUpdateBranches() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp180 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 DELF_aarch64.cpp469 auto &EntryBlock = in createEntry() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp269 BasicBlock *EntryBlock = BasicBlock::Create(M.getContext(), "entry", &F); in makeStub() local
H A DLLJIT.cpp69 auto *EntryBlock = BasicBlock::Create(M.getContext(), "entry", WrapperFn); in addHelperAndWrapper() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1557 BasicBlock *EntryBlock, BasicBlock *ExitBlock, in insertTrivialPHIs()
1701 BasicBlock *EntryBlock = FirstRegion->getEntry(); in transformScopes() local
1816 BasicBlock *EntryBlock, in createMergedBranch()
H A DGCOVProfiling.cpp439 GCOVBlock EntryBlock; member in __anon3a2a73410311::GCOVFunction
832 BasicBlock &EntryBlock = F.getEntryBlock(); in emitProfileNotes() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h511 void PopulateLoopsDFS<BlockT, LoopT>::traverse(BlockT *EntryBlock) { in traverse()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp471 NodeAddr<BlockNode *> EntryBlock = DFG.getFunc().Addr->getEntryBlock(DFG); in getGadgetGraph() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp463 BasicBlock &EntryBlock = AI.getParent()->getParent()->getEntryBlock(); in visitAllocaInst() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlan.h2107 void setEntry(VPBlockBase *EntryBlock) { in setEntry()