Searched refs:isHoistableInstructionType (Results 1 – 1 of 1) sorted by relevance
468 static bool isHoistableInstructionType(Instruction *I) { in isHoistableInstructionType() function478 if (!isHoistableInstructionType(I)) in isHoistable()1446 assert(isHoistableInstructionType(I) && "Unhoistable instruction type"); in hoistValue()