Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInlineCost.cpp1379 for (unsigned TIdx = 0, TSize = TI->getNumSuccessors(); TIdx != TSize; in analyzeCall() local
1380 ++TIdx) in analyzeCall()
1381 BBWorklist.insert(TI->getSuccessor(TIdx)); in analyzeCall()