Home
last modified time | relevance | path

Searched refs:can_be_local_fp (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/bpf/
H A Dliveness.c1051 static bool can_be_local_fp(int depth, int regno, struct arg_track *at) in can_be_local_fp() function
1126 bool src_is_local_fp = can_be_local_fp(depth, insn->src_reg, src); in arg_track_xfer()
1161 dst_is_local_fp = can_be_local_fp(depth, insn->dst_reg, dst); in arg_track_xfer()
1180 bool dst_is_local_fp = can_be_local_fp(depth, insn->dst_reg, dst); in arg_track_xfer()