Searched defs:is_live_out (Results 1 – 3 of 3) sorted by relevance
134 fn is_live_out(&self, val: &SSAValue) -> bool; in is_live_out() method276 fn is_live_out(&self, val: &SSAValue) -> bool { in is_live_out() method499 fn is_live_out(&self, val: &SSAValue) -> bool { in is_live_out() method
122 bool is_live_out = llvm::any_of(v.getUsers(), [&](Operation* user) { in GetLiveOuts() local
159 is_live_out(cssa_ctx& ctx, Temp var, uint32_t block_idx) in is_live_out() function