Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp947 RegisterSet BlockDefs, InsDefs; in collectInBlock() local
981 BlockDefs.insert(InsDefs); in collectInBlock()
989 for (unsigned VR = BlockDefs.find_first(); VR; VR = BlockDefs.find_next(VR)) in collectInBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSA.cpp1187 if (auto *BlockDefs = getWritableBlockDefs(BB)) in renamePass() local
1188 IncomingVal = &*BlockDefs->rbegin(); in renamePass()