Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp536 &ReleaseInsertPtToRCIdentityRoots);
541 &ReleaseInsertPtToRCIdentityRoots);
1466 &ReleaseInsertPtToRCIdentityRoots) { in collectReleaseInsertPts() argument
1475 ReleaseInsertPtToRCIdentityRoots[InsertPt].insert(Root); in collectReleaseInsertPts()
1485 &ReleaseInsertPtToRCIdentityRoots) { in getRCIdentityRootsFromReleaseInsertPt() argument
1486 auto I = ReleaseInsertPtToRCIdentityRoots.find(InsertPt); in getRCIdentityRootsFromReleaseInsertPt()
1487 if (I == ReleaseInsertPtToRCIdentityRoots.end()) in getRCIdentityRootsFromReleaseInsertPt()
1495 &ReleaseInsertPtToRCIdentityRoots) { in VisitInstructionTopDown() argument
1504 Inst, ReleaseInsertPtToRCIdentityRoots)) in VisitInstructionTopDown()
1582 &ReleaseInsertPtToRCIdentityRoots) { in VisitTopDown() argument
[all …]