Searched refs:callsFunctionThatReturnsTwice (Results 1 – 6 of 6) sorted by relevance
68 if (!MF.getFunction().callsFunctionThatReturnsTwice()) in runOnMachineFunction()
566 !F.isVarArg() && !F.callsFunctionThatReturnsTwice(); in run()
944 bool callsFunctionThatReturnsTwice() const;
190 if (F.callsFunctionThatReturnsTwice()) in markTails()
1858 bool Function::callsFunctionThatReturnsTwice() const { in callsFunctionThatReturnsTwice() function in Function
684 MF->setExposesReturnsTwice(Fn.callsFunctionThatReturnsTwice()); in runOnMachineFunction()