Searched refs:AllPhiNodes (Results 1 – 1 of 1) sorted by relevance
4031 PhiNodeSet AllPhiNodes; member in __anon1d600f580f11::SimplificationTracker4062 AllPhiNodes.erase(PHI); in Simplify()4083 AllPhiNodes.erase(From); in ReplacePhi()4087 PhiNodeSet &newPhiNodes() { return AllPhiNodes; } in newPhiNodes()4089 void insertNewPhi(PHINode *PN) { AllPhiNodes.insert(PN); } in insertNewPhi()4093 unsigned countNewPhiNodes() const { return AllPhiNodes.size(); } in countNewPhiNodes()4100 for (auto *I : AllPhiNodes) { in destroyNewNodes()4104 AllPhiNodes.clear(); in destroyNewNodes()