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

  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 162 Loop *DefLoop = LI->getLoopFor(Def->getParent());
163 if (!DefLoop)
165 if (DefLoop->contains(L))
  /external/llvm/lib/CodeGen/
SplitKit.cpp 700 const MachineLoop *DefLoop = Loops.getLoopFor(DefMBB);
718 // We'll never be able to exit the DefLoop.
719 if (Loop == DefLoop) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SplitKit.cpp 658 const MachineLoop *DefLoop = Loops.getLoopFor(DefMBB);
676 // We'll never be able to exit the DefLoop.
677 if (Loop == DefLoop) {
    [all...]

Completed in 2933 milliseconds