Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/
DFunction.h434 bool callsFunctionThatReturnsTwice() const;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DFunction.cpp419 bool Function::callsFunctionThatReturnsTwice() const { in callsFunctionThatReturnsTwice() function in Function
/external/llvm/include/llvm/IR/
DFunction.h630 bool callsFunctionThatReturnsTwice() const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DFunction.h657 bool callsFunctionThatReturnsTwice() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DFunction.h768 bool callsFunctionThatReturnsTwice() const;
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp528 !F.isVarArg() && !F.callsFunctionThatReturnsTwice(); in runOnFunction()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DTailRecursionElimination.cpp216 if (!FunctionContainsEscapingAllocas && !F.callsFunctionThatReturnsTwice()) in runOnFunction()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp232 if (F->callsFunctionThatReturnsTwice()) in analyzeFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp564 !F.isVarArg() && !F.callsFunctionThatReturnsTwice(); in runOnFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp182 if (F.callsFunctionThatReturnsTwice()) in markTails()
/external/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp186 if (F.callsFunctionThatReturnsTwice()) in markTails()
/external/llvm/lib/IR/
DFunction.cpp1153 bool Function::callsFunctionThatReturnsTwice() const { in callsFunctionThatReturnsTwice() function in Function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DFunction.cpp1277 bool Function::callsFunctionThatReturnsTwice() const { in callsFunctionThatReturnsTwice() function in Function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp377 MF->setCallsSetJmp(Fn.callsFunctionThatReturnsTwice()); in runOnMachineFunction()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp615 MF->setExposesReturnsTwice(Fn.callsFunctionThatReturnsTwice()); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp589 MF->setExposesReturnsTwice(Fn.callsFunctionThatReturnsTwice()); in runOnMachineFunction()