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

/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DInstruction.cpp230 const PHINode *otherPHI = cast<PHINode>(I); local
232 if (thisPHI->getIncomingBlock(i) != otherPHI->getIncomingBlock(i))

Completed in 143 milliseconds