Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp813 auto &GEPVector = VecI->second; in removeAllAssertingVHReferences() local
814 llvm::erase_if(GEPVector, [=](auto &Elt) { return Elt.first == GEP; }); in removeAllAssertingVHReferences()
816 if (GEPVector.empty()) in removeAllAssertingVHReferences()