Lines Matching refs:StillUsed
459 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()
668 bool StillUsed = rewriteAccessChain(Call, AllowPartial, RemovedMarkers); in rewriteFunction() local
669 if (!StillUsed || !AllowPartial) in rewriteFunction()