Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp567 for (unsigned phino = 0, e = PHIToResolve.size(); phino != e;) { in CloneAndPruneIntoFromInst() local
568 const PHINode *OPN = PHIToResolve[phino]; in CloneAndPruneIntoFromInst()
575 for (; phino != PHIToResolve.size() && in CloneAndPruneIntoFromInst()
576 PHIToResolve[phino]->getParent() == OldBB; in CloneAndPruneIntoFromInst()
577 ++phino) { in CloneAndPruneIntoFromInst()
578 OPN = PHIToResolve[phino]; in CloneAndPruneIntoFromInst()