| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopNestAnalysis.cpp | 148 !containsOnlySafeInstructions(*InnerLoop.getExitBlock())) { in arePerfectlyNested() 250 const BasicBlock *InnerLoopExit = InnerLoop.getExitBlock(); in checkLoopsStructure() 341 &LoopNest::skipEmptyBlockUntil(InnerLoop.getExitBlock(), in checkLoopsStructure() 343 (&LoopNest::skipEmptyBlockUntil(InnerLoop.getExitBlock(), in checkLoopsStructure()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopBoundSplit.cpp | 340 PostLoop = cloneLoopWithPreheader(L.getExitBlock(), SplitLoopPH, &L, VMap, in splitLoopBound() 351 Builder.CreateCondBr(Cond, PostLoop->getHeader(), PostLoop->getExitBlock()); in splitLoopBound() 396 if (L.getExitBlock() == ExitingCond.BI->getSuccessor(0)) in splitLoopBound() 403 DT.changeImmediateDominator(PostLoop->getExitBlock(), PostLoopPreHeader); in splitLoopBound()
|
| H A D | LoopDistribute.cpp | 447 BasicBlock *ExitBlock = L->getExitBlock(); in cloneLoops() 673 if (!L->getExitBlock()) in processLoop()
|
| H A D | LoopInterchange.cpp | 512 BasicBlock *LoopNestExit = OuterMostLoop->getExitBlock(); in processLoopList() 617 BasicBlock *InnerLoopExit = InnerLoop->getExitBlock(); in tightlyNested() 1704 OuterLoopHeader, OuterLoopLatch, InnerLoop->getExitBlock(), in adjustLoopBranches()
|
| H A D | LoopFuse.cpp | 190 ExitingBlock(L->getExitingBlock()), ExitBlock(L->getExitBlock()), in FusionCandidate() 248 assert(ExitBlock == L->getExitBlock() && "Exit block is out of sync"); in verify() 270 ExitBlock = L->getExitBlock(); in updateAfterPeeling()
|
| H A D | LoopFlatten.cpp | 553 BasicBlock *InnerExitBlock = FI.InnerLoop->getExitBlock(); in DoFlattenLoopPair()
|
| H A D | LoopIdiomRecognize.cpp | 2316 BasicBlock *SuccessorBB = CurLoop->getExitBlock(); in recognizeShiftUntilBitTest() 2671 BasicBlock *SuccessorBB = CurLoop->getExitBlock(); in recognizeShiftUntilZero()
|
| H A D | IndVarSimplify.cpp | 1209 BasicBlock *ExitBlock = L->getExitBlock(); in sinkUnusedInvariants()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopVersioning.cpp | 119 DT->changeImmediateDominator(VersionedLoop->getExitBlock(), RuntimeCheckBB); in versionLoop() 133 BasicBlock *PHIBlock = VersionedLoop->getExitBlock(); in addPHINodes()
|
| H A D | LoopUnrollAndJam.cpp | 334 AftBlocksFirst.push_back(SubLoop->getExitBlock()); in UnrollAndJamLoop() 842 if (!L->getExitBlock()) { in isEligibleLoopForm()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | GCOV.h | 246 GCOVBlock &getExitBlock() const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 361 GCOVBlock &GCOVFunction::getExitBlock() const { in getExitBlock() function in GCOVFunction 912 const GCOVBlock &exitBlock = f.getExitBlock(); in printFunctionDetails()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 196 BasicBlock *getExitBlock() { in getExitBlock() function in __anon15e3d84c0211::CHRScope 206 if (getExitBlock() != NextEntry) in appendable() 223 assert(getExitBlock() == Next->getEntryBlock() && in append()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopInfoImpl.h | 82 BlockT *LoopBase<BlockT, LoopT>::getExitBlock() const { in getExitBlock() function
|
| H A D | LoopInfo.h | 285 BlockT *getExitBlock() const;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.h | 1418 JumpDest getExitBlock() const { return Stack.back().ExitBlock; } 1423 if (Stack.back().Kind == Kind && getExitBlock().isValid()) { 1450 if (getExitBlock().isValid()) {
|
| H A D | CGStmtOpenMP.cpp | 6465 return OMPCancelStack.getExitBlock(); in getOMPCancelDestination()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 856 L->getExitBlock()); in execute()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ModuloSchedule.cpp | 1287 ExitBB(L.getExitBlock()), MRI(BB->getParent()->getRegInfo()), in KernelRewriter()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 1794 BasicBlock *ExitB = CurLoop->getExitBlock(); in recognize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 11931 if (MachineBasicBlock *Exit = P->getExitBlock()) { in getPrefLoopAlignment() 11939 MachineBasicBlock *Exit = ML->getExitBlock(); in getPrefLoopAlignment()
|