Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp4004 SmallVector<MachineInstr*, 2> LocalTerminals; in copyCoalesceInMBB() local
4016 LocalTerminals.push_back(&MI); in copyCoalesceInMBB()
4027 LocalWorkList.append(LocalTerminals.begin(), LocalTerminals.end()); in copyCoalesceInMBB()