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

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DLoopInfo.cpp297 return getLoopPreheader() && getLoopLatch() && hasDedicatedExits();
300 /// hasDedicatedExits - Return true if no exit block for the loop
302 bool Loop::hasDedicatedExits() const { function in class:Loop
325 assert(hasDedicatedExits() &&

Completed in 148 milliseconds