Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Support/
H A DVirtualInstruction.cpp201 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()
[all …]