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

/external/llvm/lib/Analysis/
H A DLoopInfo.cpp202 /// isLoopSimplifyForm - Return true if the Loop is in the form that
205 bool Loop::isLoopSimplifyForm() const { function in class:Loop
236 if (isLoopSimplifyForm()) {
273 if (isLoopSimplifyForm()) {

Completed in 62 milliseconds