Searched defs:other_use (Results 1 – 2 of 2) sorted by relevance
1137 .def("isAfter", [](Use& self, Use& other_use) { in initPythonIRBindings()
1232 for (const AllocationValue::Use& other_use : value.uses()) { in IsUseAllowedInAlternateMemory() local