Home
last modified time | relevance | path

Searched refs:CalleeRetAttr (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DAnalysis.h84 bool isInTailCallPosition(ImmutableCallSite CS, Attributes CalleeRetAttr,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DAnalysis.cpp208 bool llvm::isInTailCallPosition(ImmutableCallSite CS, Attributes CalleeRetAttr, in isInTailCallPosition() argument
254 if ((CalleeRetAttr ^ CallerRetAttr) & ~Attribute::NoAlias) in isInTailCallPosition()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCodeGenPrepare.cpp670 unsigned CalleeRetAttr = CS.getAttributes().getRetAttributes(); in DupRetToEnableTailCallOpts() local
671 if ((CalleeRetAttr ^ CallerRetAttr) & ~Attribute::NoAlias) in DupRetToEnableTailCallOpts()