Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3882 SmallVector<MachineInstr*, 2> LocalTerminals; in copyCoalesceInMBB() local
3894 LocalTerminals.push_back(&MI); in copyCoalesceInMBB()
3905 LocalWorkList.append(LocalTerminals.begin(), LocalTerminals.end()); in copyCoalesceInMBB()