Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h405 IsChainCall = 1 << 1, enumerator
H A DCGCall.cpp618 FnInfoOpts opts = chainCall ? FnInfoOpts::IsChainCall : FnInfoOpts::None; in arrangeFreeFunctionLikeCall()
739 opts |= FnInfoOpts::IsChainCall; in arrangeCall()
769 (opts & FnInfoOpts::IsChainCall) == FnInfoOpts::IsChainCall; in arrangeLLVMFunctionInfo()