Home
last modified time | relevance | path

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

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