Searched defs:NRRBBState (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp2417 const BBState &NRRBBState = BBStates[NewRetainRelease->getParent()]; local
2419 if (NRRBBState.GetAllPathCountWithOverflow(PathCount))
2500 const BBState &NRRBBState = BBStates[NewReleaseRetain->getParent()]; local
2502 if (NRRBBState.GetAllPathCountWithOverflow(PathCount))

Completed in 66 milliseconds