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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp903 std::set<ConstantInt*, ConstantIntOrdering> PTIHandled; local
906 PTIHandled.insert(PredCases[i].Value);
932 if (!PTIHandled.count(BBCases[i].Value) &&
957 std::set<ConstantInt*, ConstantIntOrdering> PTIHandled; local
961 PTIHandled.insert(PredCases[i].Value);
977 if (PTIHandled.count(BBCases[i].Value)) {
983 PTIHandled.erase(BBCases[i].Value);// This constant is taken care of
989 PTIHandled.begin(),
990 E = PTIHandled.end(); I != E; ++I) {

Completed in 51 milliseconds