Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFGuardLongjmp.cpp69 if (!MF.getFunction().callsFunctionThatReturnsTwice()) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp566 !F.isVarArg() && !F.callsFunctionThatReturnsTwice(); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h965 bool callsFunctionThatReturnsTwice() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp190 if (F.callsFunctionThatReturnsTwice()) in markTails()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1954 bool Function::callsFunctionThatReturnsTwice() const { in callsFunctionThatReturnsTwice() function in Function