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

/external/llvm/lib/Analysis/
H A DLoopInfo.cpp214 return getLoopPreheader() && getLoopLatch() && hasDedicatedExits();
337 /// hasDedicatedExits - Return true if no exit block for the loop
339 bool Loop::hasDedicatedExits() const { function in class:Loop
362 assert(hasDedicatedExits() &&

Completed in 406 milliseconds