Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp575 if (MBP.ConditionDef && !MBP.SingleUseCondition) in analyzeBlockForNullChecks()
595 if (MBP.ConditionDef) { in analyzeBlockForNullChecks()
614 assert(MBP.ConditionDef->getParent() == &MBB && in analyzeBlockForNullChecks()
617 for (auto I = MBB.rbegin(); MBP.ConditionDef != &*I; ++I) in analyzeBlockForNullChecks()
687 NullCheckList.emplace_back(&MI, MBP.ConditionDef, &MBB, NotNullSucc, in analyzeBlockForNullChecks()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4027 MachineInstr *ConditionDef = nullptr; in analyzeBranchPredicate() local
4032 ConditionDef = &MI; in analyzeBranchPredicate()
4040 if (!ConditionDef) in analyzeBranchPredicate()
4049 MBP.ConditionDef = ConditionDef; in analyzeBranchPredicate()
4060 if (ConditionDef->getOpcode() == TestOpcode && in analyzeBranchPredicate()
4061 ConditionDef->getNumOperands() == 3 && in analyzeBranchPredicate()
4062 ConditionDef->getOperand(0).isIdenticalTo(ConditionDef->getOperand(1)) && in analyzeBranchPredicate()
4064 MBP.LHS = ConditionDef->getOperand(0); in analyzeBranchPredicate()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h698 MachineInstr *ConditionDef = nullptr; member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp529 MBP.ConditionDef = nullptr; in analyzeBranchPredicate()