Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp4005 SmallVector<MachineInstr*, 2> GlobalTerminals; in copyCoalesceInMBB() local
4021 GlobalTerminals.push_back(&MI); in copyCoalesceInMBB()
4028 WorkList.append(GlobalTerminals.begin(), GlobalTerminals.end()); in copyCoalesceInMBB()