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
|