Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDImplicitNullChecks.cpp523 assert(MBP.ConditionDef->getParent() == &MBB && "Should be in basic block"); in analyzeBlockForNullChecks()
525 for (auto I = MBB.rbegin(); MBP.ConditionDef != &*I; ++I) in analyzeBlockForNullChecks()
595 NullCheckList.emplace_back(&MI, MBP.ConditionDef, &MBB, NotNullSucc, in analyzeBlockForNullChecks()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetInstrInfo.h623 MachineInstr *ConditionDef = nullptr; member
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrInfo.cpp2699 MachineInstr *ConditionDef = nullptr; in analyzeBranchPredicate() local
2704 ConditionDef = &*I; in analyzeBranchPredicate()
2712 if (!ConditionDef) in analyzeBranchPredicate()
2721 MBP.ConditionDef = ConditionDef; in analyzeBranchPredicate()
2732 if (ConditionDef->getOpcode() == TestOpcode && in analyzeBranchPredicate()
2733 ConditionDef->getNumOperands() == 3 && in analyzeBranchPredicate()
2734 ConditionDef->getOperand(0).isIdenticalTo(ConditionDef->getOperand(1)) && in analyzeBranchPredicate()
2736 MBP.LHS = ConditionDef->getOperand(0); in analyzeBranchPredicate()