Home
last modified time | relevance | path

Searched defs:is_live_out (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/nouveau/compiler/nak/
Dliveness.rs134 fn is_live_out(&self, val: &SSAValue) -> bool; in is_live_out() method
276 fn is_live_out(&self, val: &SSAValue) -> bool { in is_live_out() method
499 fn is_live_out(&self, val: &SSAValue) -> bool { in is_live_out() method
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dcluster_formation.cc122 bool is_live_out = llvm::any_of(v.getUsers(), [&](Operation* user) { in GetLiveOuts() local
/external/mesa3d/src/amd/compiler/
Daco_lower_to_cssa.cpp159 is_live_out(cssa_ctx& ctx, Temp var, uint32_t block_idx) in is_live_out() function