Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp263 bool MatchFound = true; in isKeyColInstr() local
265 (j < endCF) && MatchFound; j++) { in isKeyColInstr()
269 MatchFound = (CurInstrVal == KeyColValue); in isKeyColInstr()
271 return MatchFound; in isKeyColInstr()
322 bool MatchFound = true; in getInstrForColumn() local
324 (j < endCF) && MatchFound; j++) { in getInstrForColumn()
329 MatchFound = (CurInstrVal == ColFieldJVallue->getAsUnquotedString()); in getInstrForColumn()
332 if (MatchFound) { in getInstrForColumn()
/llvm-project-15.0.7/bolt/lib/Profile/
H A DDataAggregator.cpp2025 bool MatchFound = false; in parseMMapEvents() local
2034 MatchFound = true; in parseMMapEvents()
2038 if (!MatchFound) { in parseMMapEvents()