Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopInfo.cpp507 for (unsigned NIters = 0; Changed; ++NIters) { in updateBlockParents() local
508 assert(NIters < Unloop->getNumBlocks() && "runaway iterative algorithm"); in updateBlockParents()