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

  /external/llvm/lib/CodeGen/
IfConversion.cpp 174 int FnNum;
180 : MachineFunctionPass(ID), FnNum(-1), PredicateFtor(std::move(Ftor)) {
310 DEBUG(dbgs() << "\nIfcvt: function (" << ++FnNum << ") \'"
313 if (FnNum < IfCvtFnStart || (IfCvtFnStop != -1 && FnNum > IfCvtFnStop)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
IfConversion.cpp 159 int FnNum;
162 IfConverter() : MachineFunctionPass(ID), FnNum(-1) {
274 DEBUG(dbgs() << "\nIfcvt: function (" << ++FnNum << ") \'"
277 if (FnNum < IfCvtFnStart || (IfCvtFnStop != -1 && FnNum > IfCvtFnStop)) {
    [all...]

Completed in 64 milliseconds