Searched refs:AllowPatial (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFPreserveStaticOffset.cpp | 459 bool AllowPatial, bool &StillUsed); 463 SmallVector<Instruction *> &Visited, bool AllowPatial, 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() 520 if (!AllowPatial) in rewriteAccessChain() 558 if (AllowPatial) in rewriteAccessChain() 574 static bool rewriteAccessChain(Instruction *Marker, bool AllowPatial, in rewriteAccessChain() argument 579 rewriteUses(Marker, GEPs, Visited, AllowPatial, StillUsed); in rewriteAccessChain()
|