Home
last modified time | relevance | path

Searched refs:callOrInvoke (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5189 llvm::CallBase **callOrInvoke, bool IsMustTail, in EmitCall() argument
5883 if (callOrInvoke) in EmitCall()
5884 *callOrInvoke = CI; in EmitCall()
H A DCGBuiltin.cpp807 llvm::CallBase *callOrInvoke = nullptr; in emitLibraryCall() local
811 /*Chain=*/nullptr, &callOrInvoke, &FnInfo); in emitLibraryCall()
826 CGF.CGM.DecorateInstructionWithTBAA(callOrInvoke, TBAAInfo); in emitLibraryCall()