Searched refs:PI2 (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/Sparc/ |
D | SparcAsmPrinter.cpp | 228 MachineBasicBlock::const_pred_iterator PI = MBB->pred_begin(), PI2 = PI; in isBlockOnlyReachableByFallthrough() local 229 ++PI2; in isBlockOnlyReachableByFallthrough() 230 if (PI2 != MBB->pred_end()) in isBlockOnlyReachableByFallthrough()
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeAsmPrinter.cpp | 295 MachineBasicBlock::const_pred_iterator PI = MBB->pred_begin(), PI2 = PI; in isBlockOnlyReachableByFallthrough() local 296 ++PI2; in isBlockOnlyReachableByFallthrough() 297 if (PI2 != MBB->pred_end()) in isBlockOnlyReachableByFallthrough()
|
/external/dropbear/libtomcrypt/src/ciphers/ |
D | noekeon.c | 64 #define PI2(a, b, c, d) \ macro 133 PI2(a,b,c,d); in _noekeon_ecb_encrypt() 188 PI2(a,b,c,d); in _noekeon_ecb_decrypt()
|
/external/webkit/LayoutTests/fast/xpath/4XPath/Core/ |
D | test.js | 37 PI2 = DOM.lastChild;
|
D | test_node_test-expected.txt | 17 PASS nodeInResult(PI2, result) is false
|
/external/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 362 MachineBasicBlock::const_pred_iterator PI = MBB->pred_begin(), PI2 = PI; in isBlockOnlyReachableByFallthrough() local 363 ++PI2; in isBlockOnlyReachableByFallthrough() 365 if (PI2 != MBB->pred_end()) in isBlockOnlyReachableByFallthrough()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2167 MachineBasicBlock::const_pred_iterator PI = MBB->pred_begin(), PI2 = PI; in isBlockOnlyReachableByFallthrough() local 2168 ++PI2; in isBlockOnlyReachableByFallthrough() 2169 if (PI2 != MBB->pred_end()) in isBlockOnlyReachableByFallthrough()
|