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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 232 bool isProfitableToHoist(Instruction *I) { return true; }
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 146 bool isProfitableToHoist(Instruction *I) {
147 return getTLI()->isProfitableToHoist(I);
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 147 bool TargetTransformInfo::isProfitableToHoist(Instruction *I) const {
148 return TTIImpl->isProfitableToHoist(I);
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 3379 milliseconds