Searched refs:notifyCreateInstr (Results 1 – 4 of 4) sorted by relevance
186 LLVM_ABI void notifyCreateInstr(Instruction *I);223 [this](Instruction *I) { notifyCreateInstr(I); }); in Scheduler()
390 LLVM_ABI void notifyCreateInstr(Instruction *I);405 [this](Instruction *I) { notifyCreateInstr(I); }); in DependencyGraph()
89 void Scheduler::notifyCreateInstr(Instruction *I) { in notifyCreateInstr() function in llvm::sandboxir::Scheduler
378 void DependencyGraph::notifyCreateInstr(Instruction *I) { in notifyCreateInstr() function in llvm::sandboxir::DependencyGraph