Searched refs:BBL (Results 1 – 6 of 6) sorted by relevance
102 Loop *BBL = LI.getLoopFor(BB); in getInnermostLoopFor() local103 while (BBL && !BBL->contains(L.getHeader())) in getInnermostLoopFor()104 BBL = BBL->getParentLoop(); in getInnermostLoopFor()105 if (BBL == &L) in getInnermostLoopFor()106 BBL = BBL->getParentLoop(); in getInnermostLoopFor()107 if (!BBL) in getInnermostLoopFor()109 if (!Innermost || BBL->getLoopDepth() > Innermost->getLoopDepth()) in getInnermostLoopFor()110 Innermost = BBL; in getInnermostLoopFor()
1930 if (Loop *BBL = LI.getLoopFor(BB)) in rebuildLoopAfterUnswitch() local1931 if (BBL == &L || !L.contains(BBL)) in rebuildLoopAfterUnswitch()1944 if (Loop *BBL = LI.getLoopFor(BB)) in rebuildLoopAfterUnswitch() local1945 if (BBL == &L || !L.contains(BBL)) in rebuildLoopAfterUnswitch()
792 int FunctionComparator::cmpBasicBlocks(const BasicBlock *BBL, in cmpBasicBlocks() argument794 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks()890 const BasicBlock *BBL = FnLBBs.pop_back_val(); in compare() local893 if (int Res = cmpValues(BBL, BBR)) in compare()896 if (int Res = cmpBasicBlocks(BBL, BBR)) in compare()899 const Instruction *TermL = BBL->getTerminator(); in compare()
118 int cmpBasicBlocks(const BasicBlock *BBL, const BasicBlock *BBR) const;
1772 const auto &BBL = Fn.getBasicBlockList(); in areRemarksEnabled() local1773 if (BBL.empty()) in areRemarksEnabled()1775 auto DI = OptimizationRemark(DEBUG_TYPE, "", DebugLoc(), &BBL.front()); in areRemarksEnabled()
8161 Loop *BBL = LI->getLoopFor(ParentBB); in getReductionValue() local8162 if (!BBL) in getReductionValue()8164 BasicBlock *BBLatch = BBL->getLoopLatch(); in getReductionValue()