HomeSort by relevance Sort by last modified time
    Searched refs:callsFunctionThatReturnsTwice (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/IR/
Function.h 593 /// callsFunctionThatReturnsTwice - Return true if the function has a call to
595 bool callsFunctionThatReturnsTwice() const;
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 527 !F.isVarArg() && !F.callsFunctionThatReturnsTwice();
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 254 if (F.callsFunctionThatReturnsTwice())
    [all...]
  /external/llvm/lib/IR/
Function.cpp 926 /// callsFunctionThatReturnsTwice - Return true if the function has a call to
928 bool Function::callsFunctionThatReturnsTwice() const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 604 MF->setExposesReturnsTwice(Fn.callsFunctionThatReturnsTwice());
    [all...]

Completed in 729 milliseconds