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

  /external/llvm/lib/Analysis/
LoopInfo.cpp 413 bool FoundIB;
417 Unloop(*UL), LI(LInfo), DFS(UL), FoundIB(false) {}
451 assert((FoundIB || Unloop.contains(L)) && "uninitialized successor");
457 bool Changed = FoundIB;
552 assert((FoundIB || !DFS.hasPostorder(*I)) && "should have seen IB");
553 FoundIB = true;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LoopInfo.cpp 410 bool FoundIB;
414 Unloop(UL), LI(LInfo), DFS(UL), FoundIB(false) {}
449 assert((FoundIB || Unloop->contains(L)) && "uninitialized successor");
455 bool Changed = FoundIB;
555 assert((FoundIB || !DFS.hasPostorder(*I)) && "should have seen IB");
556 FoundIB = true;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
LoopInfo.cpp 410 bool FoundIB;
414 : Unloop(*UL), LI(LInfo), DFS(UL), FoundIB(false) {}
447 assert((FoundIB || Unloop.contains(L)) && "uninitialized successor");
453 bool Changed = FoundIB;
548 assert((FoundIB || !DFS.hasPostorder(*I)) && "should have seen IB");
549 FoundIB = true;

Completed in 207 milliseconds