Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3883 SmallVector<MachineInstr*, 2> GlobalTerminals; in copyCoalesceInMBB() local
3899 GlobalTerminals.push_back(&MI); in copyCoalesceInMBB()
3906 WorkList.append(GlobalTerminals.begin(), GlobalTerminals.end()); in copyCoalesceInMBB()