Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp4097 SmallVector<MachineInstr*, 2> GlobalTerminals; in copyCoalesceInMBB() local
4113 GlobalTerminals.push_back(&MI); in copyCoalesceInMBB()
4120 WorkList.append(GlobalTerminals.begin(), GlobalTerminals.end()); in copyCoalesceInMBB()