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

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

Completed in 69 milliseconds