Searched defs:areInlineCompatible (Results 1 - 3 of 3) sorted by relevance
/external/llvm/lib/Analysis/ | ||
H A D | TargetTransformInfo.cpp | 339 bool TargetTransformInfo::areInlineCompatible(const Function *Caller, function in class:TargetTransformInfo 341 return TTIImpl->areInlineCompatible(Caller, Callee); |
/external/llvm/lib/Target/X86/ | ||
H A D | X86TargetTransformInfo.cpp | 1337 bool X86TTIImpl::areInlineCompatible(const Function *Caller, function in class:X86TTIImpl |
/external/llvm/include/llvm/Analysis/ | ||
H A D | TargetTransformInfoImpl.h | 341 bool areInlineCompatible(const Function *Caller, function in class:llvm::TargetTransformInfoImplBase |
Completed in 80 milliseconds