Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp279 for (auto BBIDStr : BBIDs) { in ReadV0Profile() local
281 if (getAsUnsignedInteger(BBIDStr, 10, BBID)) in ReadV0Profile()
283 BBIDStr + "'"); in ReadV0Profile()
286 Twine("duplicate basic block id found '") + BBIDStr + "'"); in ReadV0Profile()