Searched refs:ShouldHoistInstruction (Results 1 – 9 of 9) sorted by relevance
88 if (loop->ShouldHoistInstruction(this->context(), inst)) { in AnalyseAndHoistFromBB()
300 bool ShouldHoistInstruction(IRContext* context, Instruction* inst);
455 bool Loop::ShouldHoistInstruction(IRContext* context, Instruction* inst) { in ShouldHoistInstruction() function in spvtools::opt::Loop