Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DLongJmp.cpp193 auto LocalStubsIter = Stubs.find(&Func); in replaceTargetWithStub() local
203 } else if (LocalStubsIter != Stubs.end() && in replaceTargetWithStub()
204 LocalStubsIter->second.count(TgtBB)) { in replaceTargetWithStub()