Searched defs:unify (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLiveIntervalUnion.cpp28 void LiveIntervalUnion::unify(LiveInterval &VirtReg) { function in class:LiveIntervalUnion
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.cpp195 void Interval::unify(Interval &that) function in class:nv50_ir::Interval
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.cpp195 void Interval::unify(Interval &that) function in class:nv50_ir::Interval
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_jumps.cpp568 bool unify = true; local
573 /* FINISHME: unify returns with identical expressions */
577 unify = false;
579 if(unify) {
602 * we might later unify the lowered version with the other one
/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp152 /// Try to unify the given two blocks. Enqueues them for processing
175 void unify(Instruction *L, Instruction *R) { function in class:__anon22694::FunctionDifferenceEngine
211 // Otherwise, tentatively unify them.
222 unify(&*LI, &*RI);
559 unify(&*LI, &*RI);
569 unify(L, R);
593 unify(&*LI, &*RI);
598 // other is an unconditional branch immediately following a call, unify
/external/mesa3d/src/glsl/
H A Dlower_jumps.cpp568 bool unify = true; local
573 /* FINISHME: unify returns with identical expressions */
577 unify = false;
579 if(unify) {
602 * we might later unify the lowered version with the other one

Completed in 1046 milliseconds