HomeSort by: relevance | last modified time | path
    Searched refs:ExitForPath (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopUtils.cpp 1860 (!Info.ExitForPath || Info.ExitForPath == Succ);
1863 assert((!Info.ExitForPath || Info.ExitForPath == Succ) &&
1865 Info.ExitForPath = Succ;
1869 if (!Info.ExitForPath)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 506 /// If the partially invariant path reaches a single exit block, ExitForPath
508 BasicBlock *ExitForPath = nullptr;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 879 BasicBlock *FalseDest = Info->ExitForPath;

Completed in 17 milliseconds