Home
last modified time | relevance | path

Searched refs:notifyCreateInstr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DScheduler.h186 LLVM_ABI void notifyCreateInstr(Instruction *I);
223 [this](Instruction *I) { notifyCreateInstr(I); }); in Scheduler()
H A DDependencyGraph.h390 LLVM_ABI void notifyCreateInstr(Instruction *I);
405 [this](Instruction *I) { notifyCreateInstr(I); }); in DependencyGraph()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DScheduler.cpp89 void Scheduler::notifyCreateInstr(Instruction *I) { in notifyCreateInstr() function in llvm::sandboxir::Scheduler
H A DDependencyGraph.cpp378 void DependencyGraph::notifyCreateInstr(Instruction *I) { in notifyCreateInstr() function in llvm::sandboxir::DependencyGraph