Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp228 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/
DMBlazeAsmPrinter.cpp295 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/
Dnoekeon.c64 #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/
Dtest.js37 PI2 = DOM.lastChild;
Dtest_node_test-expected.txt17 PASS nodeInResult(PI2, result) is false
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp362 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/
DAsmPrinter.cpp2167 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()