Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/third_party/Python/module/ptyprocess-0.6.0/
H A Dpyproject.toml22 "Topic :: Terminals"
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp4031 SmallVector<MachineInstr*, 2> Terminals; in copyCoalesceInMBB() local
4035 Terminals.push_back(&MII); in copyCoalesceInMBB()
4040 WorkList.append(Terminals.begin(), Terminals.end()); in copyCoalesceInMBB()