Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DEHPersonalities.cpp107 BasicBlock *EntryBlock = &F.getEntryBlock(); in colorEHFunclets() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h222 void GenericCycleInfoCompute<ContextT>::run(BlockT *EntryBlock) { in run()
331 void GenericCycleInfoCompute<ContextT>::dfs(BlockT *EntryBlock) { in dfs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp242 [[maybe_unused]] const MachineBasicBlock *EntryBlock = &MF.front(); in sortBasicBlocksAndUpdateBranches() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h291 auto &EntryBlock = Func.Blocks[Func.Entry]; in createFlowFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp108 BasicBlock &EntryBlock = *F.begin(); in lowerKernelArguments() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaFrameLowering.cpp197 MachineBasicBlock &EntryBlock = *(MF->begin()); in spillCalleeSavedRegisters() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp179 BasicBlock *EntryBlock; member
349 BasicBlock *EntryBlock = &F.front(); in computeOutliningColdRegionsInfo() local
518 BasicBlock *EntryBlock = &F.front(); in computeOutliningInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp134 auto &EntryBlock = F.getEntryBlock(); in findDependencies() local
H A DControlHeightReduction.cpp1557 BasicBlock *EntryBlock, BasicBlock *ExitBlock, in insertTrivialPHIs()
1701 BasicBlock *EntryBlock = FirstRegion->getEntry(); in transformScopes() local
1823 BasicBlock *EntryBlock, in createMergedBranch()
H A DGCOVProfiling.cpp439 GCOVBlock EntryBlock; member in __anon09913f2a0311::GCOVFunction
832 BasicBlock &EntryBlock = F.getEntryBlock(); in emitProfileNotes() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp265 BasicBlock *EntryBlock = BasicBlock::Create(M.getContext(), "entry", &F); in makeStub() local
H A DLLJIT.cpp70 auto *EntryBlock = BasicBlock::Create(M.getContext(), "entry", WrapperFn); in addHelperAndWrapper() local
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch64.cpp530 auto &EntryBlock = in createEntry() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h520 void PopulateLoopsDFS<BlockT, LoopT>::traverse(BlockT *EntryBlock) { in traverse()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp469 NodeAddr<BlockNode *> EntryBlock = DFG.getFunc().Addr->getEntryBlock(DFG); in getGadgetGraph() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp478 BasicBlock &EntryBlock = AI.getParent()->getParent()->getEntryBlock(); in visitAllocaInst() local
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp641 BasicBlock &EntryBlock = Function->getEntryBlock(); in raiseUserConstantDataAllocasToEntryBlock() local
2894 BasicBlock *EntryBlock = BasicBlock::Create(Ctx, "entry", LtGCFunc); in emitListToGlobalCopyFunction() local
3004 BasicBlock *EntryBlock = BasicBlock::Create(Ctx, "entry", LtGRFunc); in emitListToGlobalReduceFunction() local
3087 BasicBlock *EntryBlock = BasicBlock::Create(Ctx, "entry", LtGCFunc); in emitGlobalToListCopyFunction() local
3195 BasicBlock *EntryBlock = BasicBlock::Create(Ctx, "entry", LtGRFunc); in emitGlobalToListReduceFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.h3193 void setEntry(VPBlockBase *EntryBlock) { in setEntry()