Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp732 for (unsigned phino = 0, e = PHIToResolve.size(); phino != e;) { in CloneAndPruneIntoFromInst() local
733 const PHINode *OPN = PHIToResolve[phino]; in CloneAndPruneIntoFromInst()
740 for (; phino != PHIToResolve.size() && in CloneAndPruneIntoFromInst()
741 PHIToResolve[phino]->getParent() == OldBB; in CloneAndPruneIntoFromInst()
742 ++phino) { in CloneAndPruneIntoFromInst()
743 OPN = PHIToResolve[phino]; in CloneAndPruneIntoFromInst()