Home
last modified time | relevance | path

Searched refs:IsReturnValueUsed (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h78 bool IsReturnValueUsed : 1; member
103 DoesNotReturn(false), IsReturnValueUsed(true), IsPatchPoint(false) {} in CallLoweringInfo()
114 IsReturnValueUsed = !Call.getInstruction()->use_empty(); in setCallee()
138 IsReturnValueUsed = !Call.getInstruction()->use_empty();
H A DTargetLowering.h3195 bool IsReturnValueUsed : 1; member
3220 DoesNotReturn(false), IsReturnValueUsed(true), IsConvergent(false), in CallLoweringInfo()
3268 IsReturnValueUsed = !Call.getInstruction()->use_empty(); in setCallee()
3304 IsReturnValueUsed = !Value;
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1161 MyFlags.Used = CLI.IsReturnValueUsed; in lowerCallTo()
H A DSelectionDAGBuilder.cpp8504 MyFlags.Used = CLI.IsReturnValueUsed; in LowerCallTo()