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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LoopUnroll.cpp 333 bool NeedConditional = true;
339 NeedConditional = false;
345 NeedConditional = false;
348 if (NeedConditional) {
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 516 bool NeedConditional = true;
519 NeedConditional = false;
527 NeedConditional = false;
533 NeedConditional = false;
536 if (NeedConditional) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 716 bool NeedConditional = true;
719 NeedConditional = false;
730 assert(NeedConditional &&
733 NeedConditional = (PreserveCondBr && j && !(PreserveOnlyFirst && i != 0));
737 NeedConditional = false;
740 if (NeedConditional) {
    [all...]

Completed in 665 milliseconds