Home
last modified time | relevance | path

Searched refs:notifyMoveInstr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.h396 LLVM_ABI void notifyMoveInstr(Instruction *I, const BBIterator &To);
410 notifyMoveInstr(I, To); in DependencyGraph()
H A DInterval.h215 notifyMoveInstr(HelperT *I, decltype(I->getIterator()) BeforeIt) {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.cpp418 void DependencyGraph::notifyMoveInstr(Instruction *I, const BBIterator &To) { in notifyMoveInstr() function in llvm::sandboxir::DependencyGraph
443 DAGInterval.notifyMoveInstr(I, To); in notifyMoveInstr()