Searched refs:BBL (Results 1 – 7 of 7) sorted by relevance
101 Loop *BBL = LI.getLoopFor(BB); in getInnermostLoopFor() local102 while (BBL && !BBL->contains(L.getHeader())) in getInnermostLoopFor()103 BBL = BBL->getParentLoop(); in getInnermostLoopFor()104 if (BBL == &L) in getInnermostLoopFor()105 BBL = BBL->getParentLoop(); in getInnermostLoopFor()106 if (!BBL) in getInnermostLoopFor()108 if (!Innermost || BBL->getLoopDepth() > Innermost->getLoopDepth()) in getInnermostLoopFor()109 Innermost = BBL; in getInnermostLoopFor()
1828 if (Loop *BBL = LI.getLoopFor(BB)) in rebuildLoopAfterUnswitch() local1829 if (BBL == &L || !L.contains(BBL)) in rebuildLoopAfterUnswitch()1842 if (Loop *BBL = LI.getLoopFor(BB)) in rebuildLoopAfterUnswitch() local1843 if (BBL == &L || !L.contains(BBL)) in rebuildLoopAfterUnswitch()
762 int FunctionComparator::cmpBasicBlocks(const BasicBlock *BBL, in cmpBasicBlocks() argument764 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks()860 const BasicBlock *BBL = FnLBBs.pop_back_val(); in compare() local863 if (int Res = cmpValues(BBL, BBR)) in compare()866 if (int Res = cmpBasicBlocks(BBL, BBR)) in compare()869 const Instruction *TermL = BBL->getTerminator(); in compare()
118 int cmpBasicBlocks(const BasicBlock *BBL, const BasicBlock *BBR) const;
1556 const auto &BBL = Fn.getBasicBlockList(); in areRemarksEnabled() local1557 if (BBL.empty()) in areRemarksEnabled()1559 auto DI = OptimizationRemark(DEBUG_TYPE, "", DebugLoc(), &BBL.front()); in areRemarksEnabled()
474 .. nonce: rk-BBL
7055 Loop *BBL = LI->getLoopFor(ParentBB); in getReductionValue() local7056 if (!BBL) in getReductionValue()7058 BasicBlock *BBLatch = BBL->getLoopLatch(); in getReductionValue()