Home
last modified time | relevance | path

Searched refs:notifyEraseInstr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.h393 LLVM_ABI void notifyEraseInstr(Instruction *I);
407 [this](Instruction *I) { notifyEraseInstr(I); }); in DependencyGraph()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.cpp488 void DependencyGraph::notifyEraseInstr(Instruction *I) { in notifyEraseInstr() function in llvm::sandboxir::DependencyGraph