Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp519 assert(MBP.ConditionDef->getParent() == &MBB && "Should be in basic block"); in analyzeBlockForNullChecks()
521 for (auto I = MBB.rbegin(); MBP.ConditionDef != &*I; ++I) in analyzeBlockForNullChecks()
591 NullCheckList.emplace_back(&MI, MBP.ConditionDef, &MBB, NotNullSucc, in analyzeBlockForNullChecks()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h592 MachineInstr *ConditionDef = nullptr; member
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2741 MachineInstr *ConditionDef = nullptr; in analyzeBranchPredicate() local
2746 ConditionDef = &*I; in analyzeBranchPredicate()
2754 if (!ConditionDef) in analyzeBranchPredicate()
2763 MBP.ConditionDef = ConditionDef; in analyzeBranchPredicate()
2774 if (ConditionDef->getOpcode() == TestOpcode && in analyzeBranchPredicate()
2775 ConditionDef->getNumOperands() == 3 && in analyzeBranchPredicate()
2776 ConditionDef->getOperand(0).isIdenticalTo(ConditionDef->getOperand(1)) && in analyzeBranchPredicate()
2778 MBP.LHS = ConditionDef->getOperand(0); in analyzeBranchPredicate()