Searched defs:PredDefault (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DSimplifyCFG.cpp705 BasicBlock *PredDefault = GetValueEqualityComparisonCases(PTI, PredCases); local
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,
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp963 BasicBlock *PredDefault = GetValueEqualityComparisonCases(PTI, PredCases); local
966 // PredCases and PredDefault with the new switch cases we would like to
995 if (PredDefault == BB) {
1019 if (PredDefault != BBDefault) {
1020 PredDefault->removePredecessor(Pred);
1021 PredDefault = BBDefault;
1109 Builder.CreateSwitch(CV, PredDefault, PredCases.size());

Completed in 66 milliseconds