OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unify
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/CodeGen/
LiveIntervalUnion.cpp
29
void LiveIntervalUnion::
unify
(LiveInterval &VirtReg) {
function in class:LiveIntervalUnion
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_util.cpp
195
void Interval::
unify
(Interval &that)
function in class:nv50_ir::Interval
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_util.cpp
195
void Interval::
unify
(Interval &that)
function in class:nv50_ir::Interval
/external/chromium_org/third_party/mesa/src/src/glsl/
lower_jumps.cpp
568
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
[
all
...]
/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:__anon10097::FunctionDifferenceEngine
209
// Otherwise, tentatively
unify
them.
217
//
Unify
everything in the block, non-tentatively this time.
220
unify
(&*LI, &*RI);
557
unify
(&*LI, &*RI);
567
unify
(L, R);
591
unify
(&*LI, &*RI);
596
// other is an unconditional branch immediately following a call,
unify
/external/mesa3d/src/glsl/
lower_jumps.cpp
568
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
[
all
...]
Completed in 2956 milliseconds