Searched defs:unify (Results 1 – 5 of 5) sorted by relevance
8 unify: Unify; property93 const { unify, only2 } = failure; constant153 const unify = compareSignatures( constant166 const unify = compareSignatures( constant
29 void LiveIntervalUnion::unify(LiveInterval &VirtReg, const LiveRange &Range) { in unify() function in LiveIntervalUnion
195 void Interval::unify(Interval &that) in unify() function in nv50_ir::Interval
570 func (q *checker) unify(branches [][]*a.Expr) error { func
576 bool unify = true; in visit() local