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

  /external/llvm/lib/CodeGen/
IfConversion.cpp 140 /// NeedSubsumption - True if the to-be-predicated BB has already been
151 bool NeedSubsumption;
155 : BBI(b), Kind(k), NeedSubsumption(s), NumDups(d), NumDups2(d2) {}
261 if (!C1->NeedSubsumption && C2->NeedSubsumption)
263 else if (C1->NeedSubsumption == C2->NeedSubsumption) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IfConversion.cpp 130 /// NeedSubsumption - True if the to-be-predicated BB has already been
141 bool NeedSubsumption;
145 : BBI(b), Kind(k), NeedSubsumption(s), NumDups(d), NumDups2(d2) {}
237 if (C1->NeedSubsumption == false && C2->NeedSubsumption == true)
239 else if (C1->NeedSubsumption == C2->NeedSubsumption) {
    [all...]

Completed in 62 milliseconds