Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DInlineSpiller.cpp83 SmallPtrSet<MachineInstr*, 8> SnippetCopies; member in __anonf7bb34900111::InlineSpiller
275 SnippetCopies.clear(); in collectRegsToSpill()
291 SnippetCopies.insert(MI); in collectRegsToSpill()
845 if (!SnippetCopies.count(MI)) in markValueUsed()
881 if (SnippetCopies.count(MI)) in reMaterializeFor()
1247 if (SnippetCopies.count(MI)) in spillAroundUses()
1272 SnippetCopies.insert(MI); in spillAroundUses()
1359 assert(SnippetCopies.count(MI) && "Remaining use wasn't a snippet copy"); in spillAll()