Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetInstrInfo.h495 MachineInstr *ConditionDef; member
505 FalseDest(nullptr), ConditionDef(nullptr), SingleUseCondition(false) { in MachineBranchPredicate()
/external/llvm/lib/CodeGen/
DImplicitNullChecks.cpp466 NullCheckList.emplace_back(&MI, MBP.ConditionDef, &MBB, NotNullSucc, in analyzeBlockForNullChecks()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp4150 MachineInstr *ConditionDef = nullptr; in analyzeBranchPredicate() local
4155 ConditionDef = &*I; in analyzeBranchPredicate()
4163 if (!ConditionDef) in analyzeBranchPredicate()
4172 MBP.ConditionDef = ConditionDef; in analyzeBranchPredicate()
4183 if (ConditionDef->getOpcode() == TestOpcode && in analyzeBranchPredicate()
4184 ConditionDef->getNumOperands() == 3 && in analyzeBranchPredicate()
4185 ConditionDef->getOperand(0).isIdenticalTo(ConditionDef->getOperand(1)) && in analyzeBranchPredicate()
4187 MBP.LHS = ConditionDef->getOperand(0); in analyzeBranchPredicate()