HomeSort by relevance Sort by last modified time
    Searched refs:HasInsideLoopSuccs (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 243 bool HasInsideLoopSuccs = false;
252 HasInsideLoopSuccs = true;
279 assert(HasInsideLoopSuccs && "Loop block has no in-loop successors!");
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h 427 bool HasInsideLoopSuccs = false;
436 HasInsideLoopSuccs = true;
464 assert(HasInsideLoopSuccs && "Loop block has no in-loop successors!");
    [all...]

Completed in 59 milliseconds