Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp660 bool GetAllPathCountWithOverflow(unsigned &PathCount) const { in GetAllPathCountWithOverflow()
669 ((PathCount = Product) == OverflowOccurredValue); in GetAllPathCountWithOverflow()
2396 unsigned PathCount = BBState::OverflowOccurredValue; in ConnectTDBUTraversals() local
2397 if (NRRBBState.GetAllPathCountWithOverflow(PathCount)) in ConnectTDBUTraversals()
2399 assert(PathCount != BBState::OverflowOccurredValue && in ConnectTDBUTraversals()
2402 OldDelta -= PathCount; in ConnectTDBUTraversals()
2427 PathCount = BBState::OverflowOccurredValue; in ConnectTDBUTraversals()
2428 if (RIPBBState.GetAllPathCountWithOverflow(PathCount)) in ConnectTDBUTraversals()
2430 assert(PathCount != BBState::OverflowOccurredValue && in ConnectTDBUTraversals()
2433 NewDelta -= PathCount; in ConnectTDBUTraversals()
[all …]