Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp576 if (MBP.ConditionDef && !MBP.SingleUseCondition) in analyzeBlockForNullChecks()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h680 bool SingleUseCondition = false; member
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3969 bool SingleUseCondition = true; in analyzeBranchPredicate() local
3978 SingleUseCondition = false; in analyzeBranchPredicate()
3984 if (SingleUseCondition) { in analyzeBranchPredicate()
3987 SingleUseCondition = false; in analyzeBranchPredicate()
3991 MBP.SingleUseCondition = SingleUseCondition; in analyzeBranchPredicate()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp490 MBP.SingleUseCondition = false; in analyzeBranchPredicate()