Searched defs:SingleUseCondition (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h497 /// SingleUseCondition is true if ConditionDef is dead except for the
500 bool SingleUseCondition; member in struct:llvm::TargetInstrInfo::MachineBranchPredicate
505 FalseDest(nullptr), ConditionDef(nullptr), SingleUseCondition(false) {
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4151 bool SingleUseCondition = true; local
4160 SingleUseCondition = false;
4166 if (SingleUseCondition) {
4169 SingleUseCondition = false;
4173 MBP.SingleUseCondition = SingleUseCondition;

Completed in 1133 milliseconds