reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3015 AllPhiNodes.erase(PHI); 3038 AllPhiNodes.erase(From); 3042 PhiNodeSet& newPhiNodes() { return AllPhiNodes; } 3044 void insertNewPhi(PHINode *PN) { AllPhiNodes.insert(PN); } 3048 unsigned countNewPhiNodes() const { return AllPhiNodes.size(); } 3055 for (auto I : AllPhiNodes) { 3059 AllPhiNodes.clear();