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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LoopSimplify.cpp 496 BasicBlock *FoundBB = 0;
501 FoundBB = SplitPreds[i];
509 if (!FoundBB)
510 FoundBB = SplitPreds[0];
511 NewBB->moveAfter(FoundBB);
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 97 BasicBlock *FoundBB = nullptr;
101 FoundBB = SplitPreds[i];
109 if (!FoundBB)
110 FoundBB = SplitPreds[0];
111 NewBB->moveAfter(FoundBB);
    [all...]

Completed in 373 milliseconds