Home
last modified time | relevance | path

Searched refs:isGCResult (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/IR/
DStatepoint.cpp47 bool llvm::isGCResult(ImmutableCallSite CS) { in isGCResult() function in llvm
/external/llvm/include/llvm/IR/
DStatepoint.h50 bool isGCResult(ImmutableCallSite CS);
/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp188 return !(isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)); in needsStatepoint()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2367 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) in isSafeToEliminateVarargsCast()