Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DUseDefLists.h163 void insertIntoCurrent() { insertInto(DerivedT::getUseList(value)); } in insertIntoCurrent()
189 assert((!newValue || this != OperandType::getUseList(newValue)) && in replaceAllUsesWith()
H A DBlockSupport.h35 static IRObjectWithUseList<BlockOperand> *getUseList(Block *value);
H A DValue.h254 static IRObjectWithUseList<OpOperand> *getUseList(Value value) { in getUseList() function
/llvm-project-15.0.7/mlir/lib/IR/
H A DValue.cpp198 IRObjectWithUseList<BlockOperand> *BlockOperand::getUseList(Block *value) { in getUseList() function in BlockOperand