Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3694 PhiNodeSet AllPhiNodes; member in __anon1d600f580d11::SimplificationTracker
3725 AllPhiNodes.erase(PHI); in Simplify()
3746 AllPhiNodes.erase(From); in ReplacePhi()
3750 PhiNodeSet &newPhiNodes() { return AllPhiNodes; } in newPhiNodes()
3752 void insertNewPhi(PHINode *PN) { AllPhiNodes.insert(PN); } in insertNewPhi()
3756 unsigned countNewPhiNodes() const { return AllPhiNodes.size(); } in countNewPhiNodes()
3763 for (auto *I : AllPhiNodes) { in destroyNewNodes()
3767 AllPhiNodes.clear(); in destroyNewNodes()