Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp576 if (MBP.ConditionDef && !MBP.SingleUseCondition) in analyzeBlockForNullChecks()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h671 bool SingleUseCondition = false; member
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3226 bool SingleUseCondition = true; in analyzeBranchPredicate() local
3235 SingleUseCondition = false; in analyzeBranchPredicate()
3241 if (SingleUseCondition) { in analyzeBranchPredicate()
3244 SingleUseCondition = false; in analyzeBranchPredicate()
3248 MBP.SingleUseCondition = SingleUseCondition; in analyzeBranchPredicate()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp395 MBP.SingleUseCondition = false; in analyzeBranchPredicate()