Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DStatepoint.cpp43 bool llvm::isGCRelocate(ImmutableCallSite CS) { in isGCRelocate() function in llvm
/external/llvm/include/llvm/IR/
DStatepoint.h49 bool isGCRelocate(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()