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

  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 304 if (!isAPackage())
314 bool isAPackage() const { return isLoopHeader() && Loop->IsPackaged; }
633 if (Working.isAPackage())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 329 if (!isAPackage())
340 bool isAPackage() const { return isLoopHeader() && Loop->IsPackaged; }
681 if (Working.isAPackage())
    [all...]
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 487 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 513 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale

Completed in 767 milliseconds