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