Searched defs:DstNames (Results 1 - 1 of 1) sorted by path

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp3048 std::map<std::string, NameRecord> SrcNames, DstNames; local
3050 FindNames(PTM.getDstPattern(), DstNames, Pattern);
3055 I = DstNames.begin(), E = DstNames.end(); I != E; ++I) {
3065 if (DstNames[I->first].first == nullptr && SrcNames[I->first].second == 1)

Completed in 241 milliseconds