Searched refs:mayReturn (Results 1 – 2 of 2) sorted by relevance
380 bool mayReturn() const;389 return mayWriteToMemory() || mayThrow() || !mayReturn();
481 bool Instruction::mayReturn() const { in mayReturn() function in Instruction