Searched refs:callsFunctionThatReturnsTwice (Results 1 – 11 of 11) sorted by relevance
657 bool callsFunctionThatReturnsTwice() const;
630 bool callsFunctionThatReturnsTwice() const;
768 bool callsFunctionThatReturnsTwice() const;
528 !F.isVarArg() && !F.callsFunctionThatReturnsTwice(); in runOnFunction()
564 !F.isVarArg() && !F.callsFunctionThatReturnsTwice(); in runOnFunction()
182 if (F.callsFunctionThatReturnsTwice()) in markTails()
186 if (F.callsFunctionThatReturnsTwice()) in markTails()
1153 bool Function::callsFunctionThatReturnsTwice() const { in callsFunctionThatReturnsTwice() function in Function
1277 bool Function::callsFunctionThatReturnsTwice() const { in callsFunctionThatReturnsTwice() function in Function
615 MF->setExposesReturnsTwice(Fn.callsFunctionThatReturnsTwice()); in runOnMachineFunction()
589 MF->setExposesReturnsTwice(Fn.callsFunctionThatReturnsTwice()); in runOnMachineFunction()