Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp576 if (MBP.ConditionDef && !MBP.SingleUseCondition) in analyzeBlockForNullChecks()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h678 bool SingleUseCondition = false; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3865 bool SingleUseCondition = true; in analyzeBranchPredicate() local
3874 SingleUseCondition = false; in analyzeBranchPredicate()
3880 if (SingleUseCondition) { in analyzeBranchPredicate()
3883 SingleUseCondition = false; in analyzeBranchPredicate()
3887 MBP.SingleUseCondition = SingleUseCondition; in analyzeBranchPredicate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp488 MBP.SingleUseCondition = false; in analyzeBranchPredicate()