Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DGenericCycleImpl.h207 void GenericCycleInfoCompute<ContextT>::run(BlockT *EntryBlock) { in run()
316 void GenericCycleInfoCompute<ContextT>::dfs(BlockT *EntryBlock) { in dfs()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DGenericCycleImpl.h207 void GenericCycleInfoCompute<ContextT>::run(BlockT *EntryBlock) { in run()
316 void GenericCycleInfoCompute<ContextT>::dfs(BlockT *EntryBlock) { in dfs()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DGenericCycleImpl.h207 void GenericCycleInfoCompute<ContextT>::run(BlockT *EntryBlock) { in run()
316 void GenericCycleInfoCompute<ContextT>::dfs(BlockT *EntryBlock) { in dfs()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DGenericCycleImpl.h207 void GenericCycleInfoCompute<ContextT>::run(BlockT *EntryBlock) { in run()
316 void GenericCycleInfoCompute<ContextT>::dfs(BlockT *EntryBlock) { in dfs()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp191 BasicBlock *EntryBlock; member
395 BasicBlock *EntryBlock = &F->front(); in computeOutliningColdRegionsInfo() local
558 BasicBlock *EntryBlock = &F->front(); in computeOutliningInfo() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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
/aosp_15_r20/external/llvm/lib/Analysis/
H A DEHPersonalities.cpp53 BasicBlock *EntryBlock = &F.getEntryBlock(); in colorEHFunclets() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DEHPersonalities.cpp87 BasicBlock *EntryBlock = &F.getEntryBlock(); in colorEHFunclets() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DEHPersonalities.cpp79 BasicBlock *EntryBlock = &F.getEntryBlock(); in colorEHFunclets() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlanPredicator.cpp188 VPBasicBlock *EntryBlock = cast<VPBasicBlock>(Region->getEntry()); in predicateRegionRec() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp72 BasicBlock &EntryBlock = *F.begin(); in runOnFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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 __anond0c3646a0311::GCOVFunction
832 BasicBlock &EntryBlock = F.getEntryBlock(); in emitProfileNotes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp69 BasicBlock &EntryBlock = *F.begin(); in runOnFunction() local
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMips16FrameLowering.cpp113 MachineBasicBlock *EntryBlock = &MF->front(); in spillCalleeSavedRegisters() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1579 BasicBlock *EntryBlock, BasicBlock *ExitBlock, in insertTrivialPHIs()
1706 BasicBlock *EntryBlock = FirstRegion->getEntry(); in transformScopes() local
1822 BasicBlock *EntryBlock, in createMergedBranch()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp254 [[maybe_unused]] const MachineBasicBlock *EntryBlock = &MF.front(); in sortBasicBlocksAndUpdateBranches() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Utils/
DSampleProfileInference.h291 auto &EntryBlock = Func.Blocks[Func.Entry]; in createFlowFunction() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Utils/
DSampleProfileInference.h291 auto &EntryBlock = Func.Blocks[Func.Entry]; in createFlowFunction() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Utils/
DSampleProfileInference.h291 auto &EntryBlock = Func.Blocks[Func.Entry]; in createFlowFunction() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Utils/
DSampleProfileInference.h291 auto &EntryBlock = Func.Blocks[Func.Entry]; in createFlowFunction() local
/aosp_15_r20/external/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp96 BasicBlock *EntryBlock = BasicBlock::Create(M.getContext(), "entry", &F); in makeStub() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp244 BasicBlock *EntryBlock = BasicBlock::Create(M.getContext(), "entry", &F); in makeStub() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
H A DELF_aarch64.cpp469 auto &EntryBlock = in createEntry() local

12