Lines Matching defs:AllowPatial
70 // with AllowPatial set to true, this handles marked GEP chains
73 // with AllowPatial set to false, this handles marked GEP chains
459 bool AllowPatial, bool &StillUsed);
463 SmallVector<Instruction *> &Visited, bool AllowPatial,
469 rewriteAccessChain(UI, GEPs, Visited, AllowPatial, StillUsed);
505 bool AllowPatial, bool &StillUsed) {
508 rewriteUses(Insn, GEPs, Visited, AllowPatial, StillUsed);
520 if (!AllowPatial)
558 if (AllowPatial)
574 static bool rewriteAccessChain(Instruction *Marker, bool AllowPatial,
579 rewriteUses(Marker, GEPs, Visited, AllowPatial, StillUsed);