Home
last modified time | relevance | path

Searched refs:SingleUseCondition (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()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h664 bool SingleUseCondition = false; member
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3208 bool SingleUseCondition = true; in analyzeBranchPredicate() local
3217 SingleUseCondition = false; in analyzeBranchPredicate()
3223 if (SingleUseCondition) { in analyzeBranchPredicate()
3226 SingleUseCondition = false; in analyzeBranchPredicate()
3230 MBP.SingleUseCondition = SingleUseCondition; in analyzeBranchPredicate()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp391 MBP.SingleUseCondition = false; in analyzeBranchPredicate()