/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopNestAnalysis.cpp | 169 !containsOnlySafeInstructions(*InnerLoop.getExitBlock())) { in analyzeLoopNestForPerfectNest() 228 const BasicBlock *InnerLoopExitBlock = InnerLoop.getExitBlock(); in getInterveningInstructions() 330 const BasicBlock *InnerLoopExit = InnerLoop.getExitBlock(); in checkLoopsStructure() 421 &LoopNest::skipEmptyBlockUntil(InnerLoop.getExitBlock(), in checkLoopsStructure() 423 (&LoopNest::skipEmptyBlockUntil(InnerLoop.getExitBlock(), in checkLoopsStructure()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopBoundSplit.cpp | 354 PostLoop = cloneLoopWithPreheader(L.getExitBlock(), SplitLoopPH, &L, VMap, in splitLoopBound() 397 Builder.CreateCondBr(Cond, PostLoop->getHeader(), PostLoop->getExitBlock()); in splitLoopBound() 427 if (L.getExitBlock() == ExitingCond.BI->getSuccessor(0)) in splitLoopBound() 434 for (PHINode &PN : PostLoop->getExitBlock()->phis()) { in splitLoopBound() 458 DT.changeImmediateDominator(PostLoop->getExitBlock(), PostLoopPreHeader); in splitLoopBound()
|
H A D | LoopDistribute.cpp | 441 BasicBlock *ExitBlock = L->getExitBlock(); in cloneLoops() 666 if (!L->getExitBlock()) in processLoop()
|
H A D | LoopInterchange.cpp | 451 BasicBlock *LoopNestExit = OuterMostLoop->getExitBlock(); in processLoopList() 581 BasicBlock *InnerLoopExit = InnerLoop->getExitBlock(); in tightlyNested() 1647 OuterLoopHeader, OuterLoopLatch, InnerLoop->getExitBlock(), in adjustLoopBranches()
|
H A D | LoopFuse.cpp | 189 ExitingBlock(L->getExitingBlock()), ExitBlock(L->getExitBlock()), in FusionCandidate() 247 assert(ExitBlock == L->getExitBlock() && "Exit block is out of sync"); in verify() 269 ExitBlock = L->getExitBlock(); in updateAfterPeeling()
|
H A D | LoopFlatten.cpp | 784 BasicBlock *InnerExitBlock = FI.InnerLoop->getExitBlock(); in DoFlattenLoopPair()
|
H A D | LoopIdiomRecognize.cpp | 2593 BasicBlock *SuccessorBB = CurLoop->getExitBlock(); in recognizeShiftUntilBitTest() 2966 BasicBlock *SuccessorBB = CurLoop->getExitBlock(); in recognizeShiftUntilZero()
|
H A D | IndVarSimplify.cpp | 1095 BasicBlock *ExitBlock = L->getExitBlock(); in sinkUnusedInvariants()
|
H A D | LoopStrengthReduce.cpp | 7290 if (L->isRecursivelyLCSSAForm(DT, LI) && L->getExitBlock()) { in ReduceLoopStrength()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopVersioning.cpp | 117 DT->changeImmediateDominator(VersionedLoop->getExitBlock(), RuntimeCheckBB); in versionLoop() 131 BasicBlock *PHIBlock = VersionedLoop->getExitBlock(); in addPHINodes()
|
H A D | LoopUnrollAndJam.cpp | 325 AftBlocksFirst.push_back(SubLoop->getExitBlock()); in UnrollAndJamLoop() 834 if (!L->getExitBlock()) { in isEligibleLoopForm()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 246 GCOVBlock &getExitBlock() const;
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 361 GCOVBlock &GCOVFunction::getExitBlock() const { in getExitBlock() function in GCOVFunction 949 const GCOVBlock &exitBlock = f.getExitBlock(); in printFunctionDetails()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericLoopInfo.h | 277 BlockT *getExitBlock() const;
|
H A D | GenericLoopInfoImpl.h | 107 BlockT *LoopBase<BlockT, LoopT>::getExitBlock() const { in getExitBlock() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 165 BasicBlock *getExitBlock() { in getExitBlock() function in __anone1ce48180111::CHRScope 175 if (getExitBlock() != NextEntry) in appendable() 192 assert(getExitBlock() == Next->getEntryBlock() && in append()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ModuloSchedule.cpp | 1300 ExitBB(L.getExitBlock()), MRI(BB->getParent()->getRegInfo()), in KernelRewriter() 2686 OrigExit = Schedule.getLoop()->getExitBlock(); in expand() 2695 if (!L.getExitBlock()) { in canApply()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenFunction.h | 1557 JumpDest getExitBlock() const { return Stack.back().ExitBlock; } 1562 if (Stack.back().Kind == Kind && getExitBlock().isValid()) { 1589 if (getExitBlock().isValid()) {
|
H A D | CGStmtOpenMP.cpp | 7273 return OMPCancelStack.getExitBlock(); in getOMPCancelDestination()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 1783 BasicBlock *ExitB = CurLoop->getExitBlock(); in recognize()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 15917 if (MachineBasicBlock *Exit = P->getExitBlock()) { in getPrefLoopAlignment() 15925 MachineBasicBlock *Exit = ML->getExitBlock(); in getPrefLoopAlignment()
|