Searched refs:areInlineCompatible (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 611 bool areInlineCompatible(const Function *Caller, 738 virtual bool areInlineCompatible(const Function *Caller, 977 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function 979 return Impl.areInlineCompatible(Caller, Callee); in areInlineCompatible()
|
D | TargetTransformInfoImpl.h | 377 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() function
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.h | 101 bool areInlineCompatible(const Function *Caller,
|
D | X86TargetTransformInfo.cpp | 1608 bool X86TTIImpl::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in X86TTIImpl
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 415 bool TargetTransformInfo::areInlineCompatible(const Function *Caller, in areInlineCompatible() function in TargetTransformInfo 417 return TTIImpl->areInlineCompatible(Caller, Callee); in areInlineCompatible()
|
D | InlineCost.cpp | 1443 return TTI.areInlineCompatible(Caller, Callee) && in functionsHaveCompatibleAttributes() 1444 AttributeFuncs::areInlineCompatible(*Caller, *Callee); in functionsHaveCompatibleAttributes()
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 602 bool areInlineCompatible(const Function &Caller, const Function &Callee);
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 1631 bool AttributeFuncs::areInlineCompatible(const Function &Caller, in areInlineCompatible() function in AttributeFuncs
|