Searched refs:callsFunctionThatReturnsTwice (Results 1 – 5 of 5) sorted by relevance
69 if (!MF.getFunction().callsFunctionThatReturnsTwice()) in runOnMachineFunction()
566 !F.isVarArg() && !F.callsFunctionThatReturnsTwice(); in run()
965 bool callsFunctionThatReturnsTwice() const;
190 if (F.callsFunctionThatReturnsTwice()) in markTails()
1954 bool Function::callsFunctionThatReturnsTwice() const { in callsFunctionThatReturnsTwice() function in Function