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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp 705 BasicBlock *PredDefault = GetValueEqualityComparisonCases(PTI, PredCases);
708 // PredCases and PredDefault with the new switch cases we would like to
712 if (PredDefault == BB) {
727 if (PredDefault != BBDefault) {
728 PredDefault->removePredecessor(Pred);
729 PredDefault = BBDefault;
787 SwitchInst *NewSI = Builder.CreateSwitch(CV, PredDefault,
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 60 milliseconds