HomeSort by relevance Sort by last modified time
    Searched defs:unify (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
LiveIntervalUnion.cpp 30 void LiveIntervalUnion::unify(LiveInterval &VirtReg) { function in class:LiveIntervalUnion
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 154 /// Try to unify the given two blocks. Enqueues them for processing
177 void unify(Instruction *L, Instruction *R) { function in class:__anon9447::FunctionDifferenceEngine
213 // Otherwise, tentatively unify them.
221 // Unify everything in the block, non-tentatively this time.
224 unify(&*LI, &*RI);
561 unify(&*LI, &*RI);
571 unify(L, R);
595 unify(&*LI, &*RI);
600 // other is an unconditional branch immediately following a call, unify
  /external/mesa3d/src/glsl/
lower_jumps.cpp 331 bool unify = true; local
336 /* FINISHME: unify returns with identical expressions */
340 unify = false;
342 if(unify) {
356 * we might later unify the lowered version with the other one

Completed in 94 milliseconds