Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DImplicitNullChecks.cpp481 if (!MBP.SingleUseCondition) in analyzeBlockForNullChecks()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h597 bool SingleUseCondition = false; member
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2742 bool SingleUseCondition = true; in analyzeBranchPredicate() local
2751 SingleUseCondition = false; in analyzeBranchPredicate()
2757 if (SingleUseCondition) { in analyzeBranchPredicate()
2760 SingleUseCondition = false; in analyzeBranchPredicate()
2764 MBP.SingleUseCondition = SingleUseCondition; in analyzeBranchPredicate()