Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDEHPersonalities.cpp107 BasicBlock *EntryBlock = &F.getEntryBlock(); in colorEHFunclets() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDGenericCycleImpl.h222 void GenericCycleInfoCompute<ContextT>::run(BlockT *EntryBlock) { in run()
331 void GenericCycleInfoCompute<ContextT>::dfs(BlockT *EntryBlock) { in dfs()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDIntervalPartition.cpp142 const Node *EntryBlock) { in partitionIntoIntervalsImpl()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDBasicBlockSections.cpp242 [[maybe_unused]] const MachineBasicBlock *EntryBlock = &MF.front(); in sortBasicBlocksAndUpdateBranches() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDSampleProfileInference.h291 auto &EntryBlock = Func.Blocks[Func.Entry]; in createFlowFunction() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPULowerKernelArguments.cpp108 BasicBlock &EntryBlock = *F.begin(); in lowerKernelArguments() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/
HDXtensaFrameLowering.cpp197 MachineBasicBlock &EntryBlock = *(MF->begin()); in spillCalleeSavedRegisters() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDPartialInlining.cpp179 BasicBlock *EntryBlock; member
349 BasicBlock *EntryBlock = &F.front(); in computeOutliningColdRegionsInfo() local
518 BasicBlock *EntryBlock = &F.front(); in computeOutliningInfo() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDBlockCoverageInference.cpp134 auto &EntryBlock = F.getEntryBlock(); in findDependencies() local
HDControlHeightReduction.cpp1557 BasicBlock *EntryBlock, BasicBlock *ExitBlock, in insertTrivialPHIs()
1701 BasicBlock *EntryBlock = FirstRegion->getEntry(); in transformScopes() local
1823 BasicBlock *EntryBlock, in createMergedBranch()
HDGCOVProfiling.cpp439 GCOVBlock EntryBlock; member in __anon882ce5830311::GCOVFunction
832 BasicBlock &EntryBlock = F.getEntryBlock(); in emitProfileNotes() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDIndirectionUtils.cpp265 BasicBlock *EntryBlock = BasicBlock::Create(M.getContext(), "entry", &F); in makeStub() local
HDLLJIT.cpp70 auto *EntryBlock = BasicBlock::Create(M.getContext(), "entry", WrapperFn); in addHelperAndWrapper() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
HDELF_aarch64.cpp530 auto &EntryBlock = in createEntry() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDGenericLoopInfoImpl.h520 void PopulateLoopsDFS<BlockT, LoopT>::traverse(BlockT *EntryBlock) { in traverse()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86LoadValueInjectionLoadHardening.cpp469 NodeAddr<BlockNode *> EntryBlock = DFG.getFunc().Addr->getEntryBlock(DFG); in getGadgetGraph() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineLoadStoreAlloca.cpp478 BasicBlock &EntryBlock = AI.getParent()->getParent()->getEntryBlock(); in visitAllocaInst() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
HDOMPIRBuilder.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-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlan.h3193 void setEntry(VPBlockBase *EntryBlock) { in setEntry()