Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp490 MachineBasicBlock::const_pred_iterator PI = MBB->pred_begin(), PI2 = PI; in isBlockOnlyReachableByFallthrough() local
491 ++PI2; in isBlockOnlyReachableByFallthrough()
493 if (PI2 != MBB->pred_end()) in isBlockOnlyReachableByFallthrough()