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

/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp156 std::vector<Record*> DefList = local
158 llvm::sort(DefList, LessRecord());
160 unsigned N = DefList.size();
174 Record *Def = DefList[i];
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp1891 if (auto *DefList = getBlockDefs(DTNode->getBlock())) {
1892 auto *LastAcc = &*(--DefList->end());

Completed in 329 milliseconds