Searched refs:skipPhi (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_bb.cpp | 446 Pass::run(Program *prog, bool ordered, bool skipPhi) in run() argument 450 return doRun(prog, ordered, skipPhi); in run() 454 Pass::doRun(Program *prog, bool ordered, bool skipPhi) in doRun() argument 459 if (!doRun(Function::get(n), ordered, skipPhi)) in doRun() 466 Pass::run(Function *func, bool ordered, bool skipPhi) in run() argument 470 return doRun(func, ordered, skipPhi); in run() 474 Pass::doRun(Function *func, bool ordered, bool skipPhi) in doRun() argument 490 for (insn = skipPhi ? bb->getEntry() : bb->getFirst(); insn != NULL; in doRun()
|
D | nv50_ir.h | 1084 bool run(Program *, bool ordered = false, bool skipPhi = false); 1085 bool run(Function *, bool ordered = false, bool skipPhi = false); 1093 bool doRun(Program *, bool ordered, bool skipPhi); 1094 bool doRun(Function *, bool ordered, bool skipPhi);
|