Home | History | Annotate | Download | only in ObjCARC

Lines Matching defs:RIP

2123               Instruction *RIP = *RI;
2124 if (ReleasesToMove.ReverseInsertPts.insert(RIP))
2125 NewDelta -= BBStates[RIP->getParent()].GetAllPathCount();
2175 Instruction *RIP = *RI;
2176 if (RetainsToMove.ReverseInsertPts.insert(RIP)) {
2177 PathCount = BBStates[RIP->getParent()].GetAllPathCount();