Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DInlineSpiller.cpp347 TinyPtrVector<VNInfo*> FirstDeps; in propagateSiblingValue() local
349 FirstDeps.push_back(VNI); in propagateSiblingValue()
365 TinyPtrVector<VNInfo*> *Deps = VNI ? &FirstDeps : &SVI->second.Deps; in propagateSiblingValue()