Home
last modified time | relevance | path

Searched refs:ChainCall (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h568 unsigned ChainCall : 1; variable
664 bool isChainCall() const { return ChainCall; } in isChainCall()
751 ID.AddBoolean(ChainCall); in Profile()
771 bool ChainCall, in Profile() argument
779 ID.AddBoolean(ChainCall); in Profile()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypes.h200 bool ChainCall);
H A DCGCall.cpp830 FI->ChainCall = chainCall; in create()