Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3528 SmallVector<MachineInstr*, 2> GlobalTerminals; in copyCoalesceInMBB() local
3545 GlobalTerminals.push_back(&(*MII)); in copyCoalesceInMBB()
3552 WorkList.append(GlobalTerminals.begin(), GlobalTerminals.end()); in copyCoalesceInMBB()