Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/IR/
DFunction.h485 bool callsFunctionThatReturnsTwice() const;
/freebsd-9-stable/contrib/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp336 !F.callsFunctionThatReturnsTwice(); in runOnFunction()
/freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp247 if (!F.callsFunctionThatReturnsTwice()) { in runOnFunction()
/freebsd-9-stable/contrib/llvm/lib/IR/
DFunction.cpp728 bool Function::callsFunctionThatReturnsTwice() const { in callsFunctionThatReturnsTwice() function in Function
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp533 MF->setExposesReturnsTwice(Fn.callsFunctionThatReturnsTwice()); in runOnMachineFunction()