Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DLoopInfo.cpp458 for (unsigned NIters = 0; Changed; ++NIters) { in updateBlockParents() local
459 assert(NIters < Unloop.getNumBlocks() && "runaway iterative algorithm"); in updateBlockParents()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp720 for (unsigned NIters = 0; Changed; ++NIters) { in updateBlockParents() local
721 assert(NIters < Unloop.getNumBlocks() && "runaway iterative algorithm"); in updateBlockParents()
/external/llvm-project/llvm/lib/Analysis/
DLoopInfo.cpp742 for (unsigned NIters = 0; Changed; ++NIters) { in updateBlockParents() local
743 assert(NIters < Unloop.getNumBlocks() && "runaway iterative algorithm"); in updateBlockParents()