Searched refs:BBB (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineDominators.h | 134 const MachineBasicBlock *BBA = A->getParent(), *BBB = B->getParent(); in dominates() local 135 if (BBA != BBB) return DT->dominates(BBA, BBB); in dominates()
|
/third_party/python/Lib/test/test_zoneinfo/ |
H A D | test_zoneinfo.py | 1221 BBB = ZoneOffset("BBB", timedelta(hours=-2), ONE_H) 1228 (datetime(2019, 3, 1, 12, fold=1), BBB, GAP), 1229 (datetime(2019, 3, 1, 13), BBB, NORMAL), 1230 (datetime(2019, 11, 1, 10, 59), BBB, NORMAL), 1231 (datetime(2019, 11, 1, 11, fold=0), BBB, FOLD), 1239 (datetime(2020, 3, 1, 12, fold=1), BBB, GAP), 1240 (datetime(2020, 3, 1, 13), BBB, NORMAL), 1241 (datetime(2020, 11, 1, 10, 59), BBB, NORMAL), 1242 (datetime(2020, 11, 1, 11, fold=0), BBB, FOL [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 500 const BasicBlock *BBB = B->getParent(); in postDominates() local 502 if (ABB != BBB) in postDominates() 503 return PDT->dominates(ABB, BBB); in postDominates()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 1252 BasicBlock *BBB = FirstPN->getIncomingBlock(i); in visitPHINode() local 1253 if (BBA != BBB) { in visitPHINode() 1255 unsigned j = PN.getBasicBlockIndex(BBB); in visitPHINode() 1257 PN.setIncomingBlock(i, BBB); in visitPHINode()
|
/third_party/python/Lib/test/ |
H A D | pickletester.py | 3763 class BBB(object): class 3770 self.a = "BBB.__setstate__" 3774 """Custom state setter for BBB objects 3777 BBB class. If passed as the state_setter item of a custom reducer, this 3778 allows for custom state setting behavior of BBB objects. One can think of 3937 # check picklability of AAA and BBB 3939 b = BBB() 3941 self.assertIsInstance(custom_load_dump(b), BBB) 3943 self.assertIsInstance(default_load_dump(b), BBB) 3945 # modify pickling of BBB [all...] |
Completed in 11 milliseconds