Searched refs:getUseList (Results 1 – 4 of 4) sorted by relevance
163 void insertIntoCurrent() { insertInto(DerivedT::getUseList(value)); } in insertIntoCurrent()189 assert((!newValue || this != OperandType::getUseList(newValue)) && in replaceAllUsesWith()
35 static IRObjectWithUseList<BlockOperand> *getUseList(Block *value);
254 static IRObjectWithUseList<OpOperand> *getUseList(Value value) { in getUseList() function
198 IRObjectWithUseList<BlockOperand> *BlockOperand::getUseList(Block *value) { in getUseList() function in BlockOperand