Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp906 RegisterSet BlockDefs, InsDefs; in collectInBlock() local
909 InsDefs.clear(); in collectInBlock()
910 getInstrDefs(MI, InsDefs); in collectInBlock()
917 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) { in collectInBlock()
935 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) in collectInBlock()
937 BlockDefs.insert(InsDefs); in collectInBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp943 RegisterSet BlockDefs, InsDefs; in collectInBlock() local
946 InsDefs.clear(); in collectInBlock()
947 getInstrDefs(MI, InsDefs); in collectInBlock()
954 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) { in collectInBlock()
975 for (unsigned VR = InsDefs.find_first(); VR; VR = InsDefs.find_next(VR)) in collectInBlock()
977 BlockDefs.insert(InsDefs); in collectInBlock()