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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SimpleLoopUnswitch.cpp 565 auto CaseI = SI.case_begin() + Index;
567 Loop *ExitL = LI.getLoopFor(CaseI->getCaseSuccessor());
571 ExitCases.push_back({CaseI->getCaseValue(), CaseI->getCaseSuccessor()});
573 SI.removeCase(CaseI);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 114 milliseconds