Home
last modified time | relevance | path

Searched refs:setNoReturn (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp77 static bool setNoReturn(Function &F) { in setNoReturn() function
1190 Changed |= setNoReturn(F); in inferNonMandatoryLibFuncAttrs()
1196 Changed |= setNoReturn(F); in inferNonMandatoryLibFuncAttrs()
1200 Changed |= setNoReturn(F); in inferNonMandatoryLibFuncAttrs()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4799 CallLoweringInfo &setNoReturn(bool Value = true) {
4892 MakeLibCallOptions &setNoReturn(bool Value = true) {
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2481 .setNoReturn(DoesNotReturn) in makeExternalCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7987 .setNoReturn(true) in visitIntrinsicCall()
H A DTargetLowering.cpp204 .setNoReturn(CallOptions.DoesNotReturn) in makeLibCall()