Searched refs:trySchedule (Results 1 – 3 of 3) sorted by relevance
234 LLVM_ABI bool trySchedule(ArrayRef<Instruction *> Instrs);
290 bool Scheduler::trySchedule(ArrayRef<Instruction *> Instrs) { in trySchedule() function in llvm::sandboxir::Scheduler
247 if (!Sched.trySchedule(IBndl)) in canVectorize()