Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp253 SmallVector<MachineInstr *, 32> Coalesced; member in __anon43a0a7eb0111::RegAllocFastImpl
1703 Coalesced.push_back(&MI); in allocateInstruction()
1782 Coalesced.clear(); in allocateBasicBlock()
1812 for (MachineInstr *MI : Coalesced) in allocateBasicBlock()
1814 NumCoalesced += Coalesced.size(); in allocateBasicBlock()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dtx-packetiser.md125 Coalesced frames are passed to the QUIC record layer for encryption and sending.