Searched refs:mayReturn (Results 1 – 2 of 2) sorted by relevance
334 bool mayReturn() const;343 return mayWriteToMemory() || mayThrow() || !mayReturn(); in mayHaveSideEffects()
447 bool Instruction::mayReturn() const { in mayReturn() function in Instruction