Home
last modified time | relevance | path

Searched refs:isInvoke (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/IR/
DStatepoint.h272 if (!StatepointCS.isInvoke()) { in getRelocates()
DCallSite.h78 bool isInvoke() const { return getInstruction() && !I.getInt(); } in isInvoke() function
DInstVisitor.h246 assert(CS.isInvoke()); in visitCallSite()
/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp688 if (CS.isInvoke()) { in runOnFunction()
915 } else if (CS.isInvoke()) { in ReplaceWithStatepoint()
DRewriteStatepointsForGC.cpp1718 if (!CS.isInvoke()) in insertParsePoints()
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp254 if (CS.isInvoke()) { in lowerCallFromStatepoint()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp1665 if (FinallyCall.isInvoke()) { in findCleanupHandlers()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp2381 assert((CS.isCall() || CS.isInvoke()) && "Unknown type of CallSite"); in visitCallSite()