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