Searched refs:otherPHI (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DInstruction.cpp321 const PHINode *otherPHI = cast<PHINode>(I); local
323 if (thisPHI->getIncomingBlock(i) != otherPHI->getIncomingBlock(i))

Completed in 44 milliseconds