Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp456 static void rewriteAccessChain(Instruction *Insn,
469 rewriteAccessChain(UI, GEPs, Visited, AllowPatial, StillUsed); in rewriteUses()
502 static void rewriteAccessChain(Instruction *Insn, in rewriteAccessChain() function
574 static bool rewriteAccessChain(Instruction *Marker, bool AllowPatial, in rewriteAccessChain() function
668 bool StillUsed = rewriteAccessChain(Call, AllowPartial, RemovedMarkers); in rewriteFunction()