Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp254 SmallVector<MachineInstr *, 32> Coalesced; member in __anon43a0a7eb0111::RegAllocFastImpl
1643 Coalesced.push_back(&MI); in allocateInstruction()
1724 Coalesced.clear(); in allocateBasicBlock()
1754 for (MachineInstr *MI : Coalesced) in allocateBasicBlock()
1756 NumCoalesced += Coalesced.size(); in allocateBasicBlock()