Searched refs:AddDependency (Results 1 – 10 of 10) sorted by relevance
79 bool AddDependency(CPVRTSkipGraphNode* pDependentNode) in AddDependency() function308 pNode->AddDependency(pDependantNode); in AddNodeDependency()
111 void AddDependency(Node* node) { dependants_.push_back(node); } in AddDependency() function
186 if (vobject) vobject->AddDependency(current_node()); in GetVirtualObject()198 if (vobject) vobject->AddDependency(current_node()); in InitVirtualObject()
203 XLA_TEST_F(TokenHloTest, AddDependency) { in XLA_TEST_F() argument
1589 "AddDependency",1590 R"(HloModule AddDependency1592 ENTRY AddDependency {
204 HLO_MATCHER(AddDependency);
268 TEST_F(TuplePointsToAnalysisTest, AddDependency) { in TEST_F() argument
1136 TEST_P(MemorySpaceAssignmentTest, AddDependency) { in TEST_P() argument1161 op::Add(op::AddDependency(), op::Negate())); in TEST_P()
1983 TEST_P(HloDataflowAnalysisTest, AddDependency) { in TEST_P() argument
3231 bool AddDependency(const FileDef* file);4093 inline bool FileDef::AddDependency(const FileDef* file) {