Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DStatepoint.cpp59 bool llvm::isGCResult(const ImmutableCallSite &CS) { in isGCResult() function in llvm
65 return isGCResult(CS.getInstruction()); in isGCResult()
67 bool llvm::isGCResult(const Value *inst) { in isGCResult() function in llvm
DVerifier.cpp1660 Assert(isGCRelocate(Call) || isGCResult(Call), in VerifyStatepoint()
1664 if (isGCResult(Call)) { in VerifyStatepoint()
/external/llvm/include/llvm/IR/
DStatepoint.h49 bool isGCResult(const Value *V);
50 bool isGCResult(const ImmutableCallSite &CS);
257 if (isGCResult(U)) in getGCResult()
/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp203 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) { in needsStatepoint()
DRewriteStatepointsForGC.cpp1554 isGCResult(cast<Instruction>(*CS.getInstruction()->user_begin()))); in makeStatepointExplicitImpl()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp1818 if (isStatepoint(CS) || isGCRelocate(CS) || isGCResult(CS)) in isSafeToEliminateVarargsCast()