Searched refs:MatchInstr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp325 Record *MatchInstr = nullptr; local
340 if (MatchInstr) // Already had a match
344 MatchInstr = CurInstr;
347 return MatchInstr;

Completed in 78 milliseconds