Searched refs:PTIHandled (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DSimplifyCFG.cpp715 std::set<ConstantInt*, ConstantIntOrdering> PTIHandled; local
718 PTIHandled.insert(PredCases[i].first);
733 if (!PTIHandled.count(BBCases[i].first) &&
743 std::set<ConstantInt*, ConstantIntOrdering> PTIHandled; local
746 PTIHandled.insert(PredCases[i].first);
755 if (PTIHandled.count(BBCases[i].first)) {
759 PTIHandled.erase(BBCases[i].first);// This constant is taken care of
765 PTIHandled.begin(),
766 E = PTIHandled.end(); I != E; ++I) {
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp998 std::set<ConstantInt *, ConstantIntOrdering> PTIHandled; local
1001 PTIHandled.insert(PredCases[i].Value);
1028 if (!PTIHandled.count(BBCases[i].Value) &&
1053 std::set<ConstantInt *, ConstantIntOrdering> PTIHandled; local
1057 PTIHandled.insert(PredCases[i].Value);
1074 if (PTIHandled.count(BBCases[i].Value)) {
1080 PTIHandled.erase(
1086 for (ConstantInt *I : PTIHandled) {

Completed in 623 milliseconds