Home
last modified time | relevance | path

Searched refs:BBL (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp101 Loop *BBL = LI.getLoopFor(BB); in getInnermostLoopFor() local
102 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()
DSimpleLoopUnswitch.cpp1828 if (Loop *BBL = LI.getLoopFor(BB)) in rebuildLoopAfterUnswitch() local
1829 if (BBL == &L || !L.contains(BBL)) in rebuildLoopAfterUnswitch()
1842 if (Loop *BBL = LI.getLoopFor(BB)) in rebuildLoopAfterUnswitch() local
1843 if (BBL == &L || !L.contains(BBL)) in rebuildLoopAfterUnswitch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp762 int FunctionComparator::cmpBasicBlocks(const BasicBlock *BBL, in cmpBasicBlocks() argument
764 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks()
860 const BasicBlock *BBL = FnLBBs.pop_back_val(); in compare() local
863 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DFunctionComparator.h118 int cmpBasicBlocks(const BasicBlock *BBL, const BasicBlock *BBR) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp1556 const auto &BBL = Fn.getBasicBlockList(); in areRemarksEnabled() local
1557 if (BBL.empty()) in areRemarksEnabled()
1559 auto DI = OptimizationRemark(DEBUG_TYPE, "", DebugLoc(), &BBL.front()); in areRemarksEnabled()
/third_party/python/Misc/NEWS.d/
D3.6.0a2.rst474 .. nonce: rk-BBL
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp7055 Loop *BBL = LI->getLoopFor(ParentBB); in getReductionValue() local
7056 if (!BBL) in getReductionValue()
7058 BasicBlock *BBLatch = BBL->getLoopLatch(); in getReductionValue()