/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopSimplifyCFG.cpp | 101 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()
|
D | SimpleLoopUnswitch.cpp | 1828 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()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopSimplifyCFG.cpp | 103 Loop *BBL = LI.getLoopFor(BB); in getInnermostLoopFor() local 104 while (BBL && !BBL->contains(L.getHeader())) in getInnermostLoopFor() 105 BBL = BBL->getParentLoop(); in getInnermostLoopFor() 106 if (BBL == &L) in getInnermostLoopFor() 107 BBL = BBL->getParentLoop(); in getInnermostLoopFor() 108 if (!BBL) in getInnermostLoopFor() 110 if (!Innermost || BBL->getLoopDepth() > Innermost->getLoopDepth()) in getInnermostLoopFor() 111 Innermost = BBL; in getInnermostLoopFor()
|
D | SimpleLoopUnswitch.cpp | 1870 if (Loop *BBL = LI.getLoopFor(BB)) in rebuildLoopAfterUnswitch() local 1871 if (BBL == &L || !L.contains(BBL)) in rebuildLoopAfterUnswitch() 1884 if (Loop *BBL = LI.getLoopFor(BB)) in rebuildLoopAfterUnswitch() local 1885 if (BBL == &L || !L.contains(BBL)) in rebuildLoopAfterUnswitch()
|
/external/llvm-project/llvm/unittests/Transforms/Utils/ |
D | FunctionComparatorTest.cpp | 66 int testCmpBasicBlocks(BasicBlock *BBL, BasicBlock *BBR) { in testCmpBasicBlocks() argument 68 return cmpBasicBlocks(BBL, BBR); in testCmpBasicBlocks()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FunctionComparator.cpp | 762 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()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | FunctionComparator.cpp | 792 int FunctionComparator::cmpBasicBlocks(const BasicBlock *BBL, in cmpBasicBlocks() argument 794 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() 890 const BasicBlock *BBL = FnLBBs.pop_back_val(); in compare() local 893 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()
|
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 190 int cmpBasicBlocks(const BasicBlock *BBL, const BasicBlock *BBR) const; 1169 int FunctionComparator::cmpBasicBlocks(const BasicBlock *BBL, in cmpBasicBlocks() argument 1171 BasicBlock::const_iterator InstL = BBL->begin(), InstLE = BBL->end(); in cmpBasicBlocks() 1278 const BasicBlock *BBL = FnLBBs.pop_back_val(); in compare() local 1281 if (int Res = cmpValues(BBL, BBR)) in compare() 1284 if (int Res = cmpBasicBlocks(BBL, BBR)) in compare() 1287 const TerminatorInst *TermL = BBL->getTerminator(); in compare()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | FunctionComparator.h | 118 int cmpBasicBlocks(const BasicBlock *BBL, const BasicBlock *BBR) const;
|
/external/llvm-project/llvm/include/llvm/Transforms/Utils/ |
D | FunctionComparator.h | 118 int cmpBasicBlocks(const BasicBlock *BBL, const BasicBlock *BBR) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 1556 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()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | WholeProgramDevirt.cpp | 1711 const auto &BBL = Fn.getBasicBlockList(); in areRemarksEnabled() local 1712 if (BBL.empty()) in areRemarksEnabled() 1714 auto DI = OptimizationRemark(DEBUG_TYPE, "", DebugLoc(), &BBL.front()); in areRemarksEnabled()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0a2.rst | 474 .. nonce: rk-BBL
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 4286 Loop *BBL = LI->getLoopFor(ParentBB); in getReductionValue() local 4287 if (!BBL) in getReductionValue() 4289 BasicBlock *BBLatch = BBL->getLoopLatch(); in getReductionValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 7055 Loop *BBL = LI->getLoopFor(ParentBB); in getReductionValue() local 7056 if (!BBL) in getReductionValue() 7058 BasicBlock *BBLatch = BBL->getLoopLatch(); in getReductionValue()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 7439 Loop *BBL = LI->getLoopFor(ParentBB); in getReductionValue() local 7440 if (!BBL) in getReductionValue() 7442 BasicBlock *BBLatch = BBL->getLoopLatch(); in getReductionValue()
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart1.csv | 2048 ,"AU","BBL","Beelbangera","Beelbangera","NSW","1-------","RL","1107",,"3416S 14606E", 11342 ,"CH","BBL","Bremblens","Bremblens","VD","--3-----","RQ","9705",,, 17658 ,"DE","BBL","Biblis","Biblis","HE","--3-----","RL","0001",,, 28191 ,"ES","BBL","Bielsa","Bielsa","HU","--3-----","RQ","1001",,"4238N 00013E", 36708 ,"FR","BBL","La Bourboule","La Bourboule","63","123-----","RL","0407",,"4535N 00245E",
|
D | 2013-1_UNLOCODE_CodeListPart2.csv | 470 ,"GB","BBL","Beauly","Beauly","HLD","-----6--","RL","0901",,"5728N 04280W", 10331 ,"IR","BBL","Babolsar","Babolsar",,"---4----","AI","0001",,,
|
D | 2013-1_UNLOCODE_CodeListPart3.csv | 3163 ,"PT","BBL","Bobadela","Bobadela","11","-23-----","RN","0401",,"3849N 00906W", 10945 ,"US","BBL","Big Bear Lake","Big Bear Lake","CA","--3-----","RL","9811",,,
|