Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h510 bool hasLiveCondCodeDef(MachineInstr &MI) const;
H A DX86InstrInfo.cpp1011 bool X86InstrInfo::hasLiveCondCodeDef(MachineInstr &MI) const { in hasLiveCondCodeDef() function in X86InstrInfo
1412 if (hasLiveCondCodeDef(MI)) in convertToThreeAddress()