Lines Matching refs:RootInsts
201 SmallVectorImpl<VirtualInstruction> &RootInsts) { in addInstructionRoots() argument
206 RootInsts.emplace_back(Stmt, in addInstructionRoots()
211 RootInsts.emplace_back(Stmt, &Inst); in addInstructionRoots()
217 RootInsts.emplace_back(Stmt, Inst); in addInstructionRoots()
258 SmallVectorImpl<VirtualInstruction> &RootInsts, in addRoots() argument
260 addInstructionRoots(Stmt, RootInsts); in addRoots()
277 ArrayRef<VirtualInstruction> RootInsts, in walkReachable() argument
288 WorklistInsts.append(RootInsts.begin(), RootInsts.end()); in walkReachable()
409 SmallVector<VirtualInstruction, 32> RootInsts; in markReachable() local
413 addRoots(OnlyLocal, RootInsts, RootAccs, true); in markReachable()
416 addRoots(&Stmt, RootInsts, RootAccs, false); in markReachable()
419 walkReachable(S, LI, RootInsts, RootAccs, UsedInsts, UsedAccs, OnlyLocal); in markReachable()