Searched refs:addDep (Results 1 – 3 of 3) sorted by relevance
344 auto addDep = [&os](DepOpCode opcode, const StringRef &path) { in write() local354 addDep(DepOpCode::Version, version); in write()364 addDep(DepOpCode::Input, in); in write()367 addDep(DepOpCode::NotFound, f); in write()369 addDep(DepOpCode::Output, output); in write()
69 E->addDep(Reg2Entry[RegOp]); in buildDepsGraph()76 E->addDep(Reg2Entry[&Next->getOperand(0)]); in buildDepsGraph()
52 void addDep(DTSortableEntry *E) { Deps.push_back(E); } in addDep() function