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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp 715 std::set<ConstantInt*, ConstantIntOrdering> PTIHandled;
718 PTIHandled.insert(PredCases[i].first);
733 if (!PTIHandled.count(BBCases[i].first) &&
743 std::set<ConstantInt*, ConstantIntOrdering> PTIHandled;
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) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 442 milliseconds