Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp759 SmallVector<const PHINode *, 16> PHIToResolve; in CloneAndPruneIntoFromInst() local
775 PHIToResolve.push_back(&PN); in CloneAndPruneIntoFromInst()
789 for (unsigned phino = 0, e = PHIToResolve.size(); phino != e;) { in CloneAndPruneIntoFromInst()
790 const PHINode *OPN = PHIToResolve[phino]; in CloneAndPruneIntoFromInst()
797 for (; phino != PHIToResolve.size() && in CloneAndPruneIntoFromInst()
798 PHIToResolve[phino]->getParent() == OldBB; in CloneAndPruneIntoFromInst()
800 OPN = PHIToResolve[phino]; in CloneAndPruneIntoFromInst()