Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp459 bool AllowPatial, bool &StillUsed);
464 bool &StillUsed) { in rewriteUses() argument
469 rewriteAccessChain(UI, GEPs, Visited, AllowPatial, StillUsed); in rewriteUses()
505 bool AllowPatial, bool &StillUsed) { in rewriteAccessChain() argument
508 rewriteUses(Insn, GEPs, Visited, AllowPatial, StillUsed); in rewriteAccessChain()
522 StillUsed = true; in rewriteAccessChain()
559 StillUsed = true; in rewriteAccessChain()
578 bool StillUsed = false; in rewriteAccessChain() local
579 rewriteUses(Marker, GEPs, Visited, AllowPatial, StillUsed); in rewriteAccessChain()
590 return StillUsed; in rewriteAccessChain()
[all …]