Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFixSGPRCopies.cpp428 using InitListMap = std::map<unsigned, std::list<MachineInstr *>>; in hoistAndMergeSGPRInits() typedef
429 InitListMap Inits; in hoistAndMergeSGPRInits()
489 (llvm::any_of(Inits, [&](InitListMap::value_type &C) { in hoistAndMergeSGPRInits()