Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp144 std::vector<Record*> DefList = in Enumeration() local
146 llvm::sort(DefList, LessRecord()); in Enumeration()
148 unsigned N = DefList.size(); in Enumeration()
162 Record *Def = DefList[i]; in Enumeration()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp1897 if (auto *DefList = getBlockDefs(DTNode->getBlock())) { in verifyPrevDefInPhis() local
1898 auto *LastAcc = &*(--DefList->end()); in verifyPrevDefInPhis()