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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp736 std::vector<Record*> DefList = Inst.TheDef->getValueAsListOfDefs("Defs"); local
737 if (DefList.empty())
740 OS << "ImplicitList" << EmittedLists[DefList] << ", ";
H A DSubtargetEmitter.cpp145 std::vector<Record*> DefList = local
147 llvm::sort(DefList, LessRecord());
149 unsigned N = DefList.size();
163 Record *Def = DefList[i];
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp1900 if (auto *DefList = getBlockDefs(DTNode->getBlock())) {
1901 auto *LastAcc = &*(--DefList->end());

Completed in 166 milliseconds