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

  /external/llvm/lib/CodeGen/
LiveIntervalUnion.cpp 28 void LiveIntervalUnion::unify(LiveInterval &VirtReg) { function in class:LiveIntervalUnion
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 152 /// Try to unify the given two blocks. Enqueues them for processing
175 void unify(Instruction *L, Instruction *R) { function in class:__anon11981::FunctionDifferenceEngine
211 // Otherwise, tentatively unify them.
219 // Unify everything in the block, non-tentatively this time.
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

Completed in 42 milliseconds