Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Roots

14 // Roots are identified in SelectionDAGISel.
49 AllocaInst **Roots, unsigned Count);
172 bool LowerIntrinsics::InsertRootInitializers(Function &F, AllocaInst **Roots,
189 for (AllocaInst **I = Roots, **E = Roots + Count; I != E; ++I)
203 // action. The default for roots is no action.
278 SmallVector<AllocaInst*, 32> Roots;
308 Roots.push_back(cast<AllocaInst>(
321 if (Roots.size())
322 MadeChange |= InsertRootInitializers(F, Roots.begin(), Roots.size());
418 // Find the stack offsets for all roots.