Home
last modified time | relevance | path

Searched defs:unify (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervalUnion.cpp29 void LiveIntervalUnion::unify(LiveInterval &VirtReg, const LiveRange &Range) { in unify() function in LiveIntervalUnion
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_util.cpp195 void Interval::unify(Interval &that) in unify() function in nv50_ir::Interval
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dbounds.go570 func (q *checker) unify(branches [][]*a.Expr) error { func
/third_party/mesa3d/src/compiler/glsl/
Dlower_jumps.cpp512 bool unify = true; in visit() local