Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DGCRootLowering.cpp144 static bool InsertRootInitializers(Function &F, ArrayRef<AllocaInst *> Roots) { in InsertRootInitializers() function
235 MadeChange |= InsertRootInitializers(F, Roots); in DoLowering()
/external/llvm/lib/CodeGen/
DGCRootLowering.cpp152 static bool InsertRootInitializers(Function &F, AllocaInst **Roots, in InsertRootInitializers() function
249 MadeChange |= InsertRootInitializers(F, Roots.begin(), Roots.size()); in PerformDefaultLowering()