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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 341 bool areInlineCompatible(const Function *Caller,
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 339 bool TargetTransformInfo::areInlineCompatible(const Function *Caller,
341 return TTIImpl->areInlineCompatible(Caller, Callee);
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]

Completed in 186 milliseconds