Home
last modified time | relevance | path

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

/external/llvm/lib/Target/MBlaze/
DMBlazeAsmPrinter.cpp301 MachineBasicBlock::const_pred_iterator PI = MBB->pred_begin(), PI2 = PI; in isBlockOnlyReachableByFallthrough() local
302 ++PI2; in isBlockOnlyReachableByFallthrough()
303 if (PI2 != MBB->pred_end()) in isBlockOnlyReachableByFallthrough()
/external/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp230 MachineBasicBlock::const_pred_iterator PI = MBB->pred_begin(), PI2 = PI; in isBlockOnlyReachableByFallthrough() local
231 ++PI2; in isBlockOnlyReachableByFallthrough()
232 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.cpp289 MachineBasicBlock::const_pred_iterator PI = MBB->pred_begin(), PI2 = PI; in isBlockOnlyReachableByFallthrough() local
290 ++PI2; in isBlockOnlyReachableByFallthrough()
292 if (PI2 != MBB->pred_end()) in isBlockOnlyReachableByFallthrough()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2155 MachineBasicBlock::const_pred_iterator PI = MBB->pred_begin(), PI2 = PI; in isBlockOnlyReachableByFallthrough() local
2156 ++PI2; in isBlockOnlyReachableByFallthrough()
2157 if (PI2 != MBB->pred_end()) in isBlockOnlyReachableByFallthrough()