Searched defs:mayHaveSideEffects (Results 1 – 4 of 4) sorted by relevance
450 bool mayHaveSideEffects() const { return mayWriteToMemory() || mayThrow(); } in mayHaveSideEffects() function
546 static bool mayHaveSideEffects(MachineInstr &MI) { in mayHaveSideEffects() function
745 bool Instruction::mayHaveSideEffects() const { in mayHaveSideEffects() function in Instruction
106 bool VPRecipeBase::mayHaveSideEffects() const { in mayHaveSideEffects() function in VPRecipeBase