Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DLongJmp.cpp198 auto SSIter = SharedStubs.find(TgtSym); in replaceTargetWithStub() local
199 if (SSIter != SharedStubs.end()) { in replaceTargetWithStub()
200 TgtSym = BC.MIB->getTargetSymbol(*SSIter->second->begin()); in replaceTargetWithStub()
512 auto SSIter = SharedStubs.find(TgtSym); in needsStub() local
513 if (SSIter != SharedStubs.end()) in needsStub()
514 TgtBB = SSIter->second; in needsStub()