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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DSimplifyCFG.cpp881 std::set<ConstantInt*, ConstantIntOrdering> PTIHandled; local
884 PTIHandled.insert(PredCases[i].Value);
910 if (!PTIHandled.count(BBCases[i].Value) &&
935 std::set<ConstantInt*, ConstantIntOrdering> PTIHandled; local
939 PTIHandled.insert(PredCases[i].Value);
955 if (PTIHandled.count(BBCases[i].Value)) {
961 PTIHandled.erase(BBCases[i].Value);// This constant is taken care of
967 PTIHandled.begin(),
968 E = PTIHandled.end(); I != E; ++I) {

Completed in 128 milliseconds