Lines Matching refs:ReleaseInsertPtToRCIdentityRoots
538 &ReleaseInsertPtToRCIdentityRoots);
543 &ReleaseInsertPtToRCIdentityRoots);
1505 &ReleaseInsertPtToRCIdentityRoots) { in collectReleaseInsertPts() argument
1514 ReleaseInsertPtToRCIdentityRoots[InsertPt].insert(Root); in collectReleaseInsertPts()
1524 &ReleaseInsertPtToRCIdentityRoots) { in getRCIdentityRootsFromReleaseInsertPt() argument
1525 auto I = ReleaseInsertPtToRCIdentityRoots.find(InsertPt); in getRCIdentityRootsFromReleaseInsertPt()
1526 if (I == ReleaseInsertPtToRCIdentityRoots.end()) in getRCIdentityRootsFromReleaseInsertPt()
1534 &ReleaseInsertPtToRCIdentityRoots) { in VisitInstructionTopDown() argument
1543 Inst, ReleaseInsertPtToRCIdentityRoots)) in VisitInstructionTopDown()
1621 &ReleaseInsertPtToRCIdentityRoots) { in VisitTopDown() argument
1662 &Inst, Releases, MyStates, ReleaseInsertPtToRCIdentityRoots); in VisitTopDown()
1783 ReleaseInsertPtToRCIdentityRoots; in Visit() local
1784 collectReleaseInsertPts(Retains, ReleaseInsertPtToRCIdentityRoots); in Visit()
1790 VisitTopDown(BB, BBStates, Releases, ReleaseInsertPtToRCIdentityRoots); in Visit()