Searched defs:unify (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/CodeGen/ | ||
D | LiveIntervalUnion.cpp | 29 void LiveIntervalUnion::unify(LiveInterval &VirtReg, const LiveRange &Range) { in unify() function in LiveIntervalUnion |
/external/llvm/include/llvm/CodeGen/ | ||
D | LiveIntervalUnion.h | 88 void unify(LiveInterval &VirtReg) { in unify() function |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ | ||
D | nv50_ir_util.cpp | 195 void Interval::unify(Interval &that) in unify() function in nv50_ir::Interval |
/external/mesa3d/src/glsl/ | ||
D | lower_jumps.cpp | 568 bool unify = true; in visit() local |
/external/llvm/tools/llvm-diff/ | ||
D | DifferenceEngine.cpp | 175 void unify(Instruction *L, Instruction *R) { in unify() function in __anon6bb4de1d0111::FunctionDifferenceEngine |