Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp739 auto &GEPVector = VecI->second; in removeAllAssertingVHReferences() local
740 llvm::erase_if(GEPVector, [=](auto &Elt) { return Elt.first == GEP; }); in removeAllAssertingVHReferences()
742 if (GEPVector.empty()) in removeAllAssertingVHReferences()