Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp578 if (MBP.ConditionDef && !MBP.SingleUseCondition) in analyzeBlockForNullChecks()
598 if (MBP.ConditionDef) { in analyzeBlockForNullChecks()
617 assert(MBP.ConditionDef->getParent() == &MBB && in analyzeBlockForNullChecks()
620 for (auto I = MBB.rbegin(); MBP.ConditionDef != &*I; ++I) in analyzeBlockForNullChecks()
690 NullCheckList.emplace_back(&MI, MBP.ConditionDef, &MBB, NotNullSucc, in analyzeBlockForNullChecks()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h659 MachineInstr *ConditionDef = nullptr; member
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3207 MachineInstr *ConditionDef = nullptr; in analyzeBranchPredicate() local
3212 ConditionDef = &MI; in analyzeBranchPredicate()
3220 if (!ConditionDef) in analyzeBranchPredicate()
3229 MBP.ConditionDef = ConditionDef; in analyzeBranchPredicate()
3240 if (ConditionDef->getOpcode() == TestOpcode && in analyzeBranchPredicate()
3241 ConditionDef->getNumOperands() == 3 && in analyzeBranchPredicate()
3242 ConditionDef->getOperand(0).isIdenticalTo(ConditionDef->getOperand(1)) && in analyzeBranchPredicate()
3244 MBP.LHS = ConditionDef->getOperand(0); in analyzeBranchPredicate()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp390 MBP.ConditionDef = nullptr; in analyzeBranchPredicate()