Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp1175 if (auto *BlockDefs = getWritableBlockDefs(BB)) in renamePass() local
1176 IncomingVal = &*BlockDefs->rbegin(); in renamePass()