Home
last modified time | relevance | path

Searched defs:is_phi (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dregister-allocator.h494 bool is_phi() const { return IsPhiField::decode(bits_); } in is_phi() function
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.h824 bool is_phi() { return subtype == NST_PHI; } in is_phi() function