Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DStatepoint.h437 if (!StatepointCS.isInvoke()) in getRelocates()
H A DCallSite.h90 bool isInvoke() const { return getInstruction() && !I.getInt(); } in isInvoke() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2079 if (CS.isInvoke()) { in rematerializeLiveValues()
2195 if (!CS.isInvoke()) in insertParsePoints()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp963 if (CS.isInvoke()) { in removeImplausibleInstructions()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3265 (!Call.isInvoke() && in setCallee()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3166 assert((CS.isCall() || CS.isInvoke()) && "Unknown type of CallSite"); in visitCallSite()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp4060 if (!Is64Bit && CLI.CS && CLI.CS.isInvoke()) { in LowerCall()