Searched defs:areInlineCompatible (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp339 bool TargetTransformInfo::areInlineCompatible(const Function *Caller, function in class:TargetTransformInfo
341 return TTIImpl->areInlineCompatible(Caller, Callee);
/external/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1337 bool X86TTIImpl::areInlineCompatible(const Function *Caller, function in class:X86TTIImpl
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h341 bool areInlineCompatible(const Function *Caller, function in class:llvm::TargetTransformInfoImplBase

Completed in 94 milliseconds