Home
last modified time | relevance | path

Searched defs:IsEarlyClobber (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineOperand.h148 unsigned IsEarlyClobber : 1; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1360 bool IsEarlyClobber = llvm::find_if(TiedPairs, [MI](auto const &TP) { in processTiedPairs() local