Searched refs:callsFunctionThatReturnsTwice (Results 1 – 5 of 5) sorted by relevance
448 bool callsFunctionThatReturnsTwice() const;
367 !F.callsFunctionThatReturnsTwice(); in runOnFunction()
229 if (!FunctionContainsEscapingAllocas && !F.callsFunctionThatReturnsTwice()) in runOnFunction()
695 bool Function::callsFunctionThatReturnsTwice() const { in callsFunctionThatReturnsTwice() function in Function
473 MF->setExposesReturnsTwice(Fn.callsFunctionThatReturnsTwice()); in runOnMachineFunction()