Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp662 auto &GEPVector = VecI->second; in removeAllAssertingVHReferences() local
664 llvm::find_if(GEPVector, [=](auto &Elt) { return Elt.first == GEP; }); in removeAllAssertingVHReferences()
665 if (I == GEPVector.end()) in removeAllAssertingVHReferences()
668 GEPVector.erase(I); in removeAllAssertingVHReferences()
669 if (GEPVector.empty()) in removeAllAssertingVHReferences()