Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetInstrInfo.h500 bool SingleUseCondition; member
505 FalseDest(nullptr), ConditionDef(nullptr), SingleUseCondition(false) { in MachineBranchPredicate()
/external/llvm/lib/CodeGen/
DImplicitNullChecks.cpp346 if (!MBP.SingleUseCondition) in analyzeBlockForNullChecks()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DImplicitNullChecks.cpp485 if (!MBP.SingleUseCondition) in analyzeBlockForNullChecks()
/external/llvm-project/llvm/lib/CodeGen/
DImplicitNullChecks.cpp579 if (MBP.ConditionDef && !MBP.SingleUseCondition) in analyzeBlockForNullChecks()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h628 bool SingleUseCondition = false; member
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h635 bool SingleUseCondition = false; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp2700 bool SingleUseCondition = true; in analyzeBranchPredicate() local
2709 SingleUseCondition = false; in analyzeBranchPredicate()
2715 if (SingleUseCondition) { in analyzeBranchPredicate()
2718 SingleUseCondition = false; in analyzeBranchPredicate()
2722 MBP.SingleUseCondition = SingleUseCondition; in analyzeBranchPredicate()
/external/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.cpp3176 bool SingleUseCondition = true; in analyzeBranchPredicate() local
3185 SingleUseCondition = false; in analyzeBranchPredicate()
3191 if (SingleUseCondition) { in analyzeBranchPredicate()
3194 SingleUseCondition = false; in analyzeBranchPredicate()
3198 MBP.SingleUseCondition = SingleUseCondition; in analyzeBranchPredicate()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp4151 bool SingleUseCondition = true; in analyzeBranchPredicate() local
4160 SingleUseCondition = false; in analyzeBranchPredicate()
4166 if (SingleUseCondition) { in analyzeBranchPredicate()
4169 SingleUseCondition = false; in analyzeBranchPredicate()
4173 MBP.SingleUseCondition = SingleUseCondition; in analyzeBranchPredicate()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.cpp397 MBP.SingleUseCondition = false; in analyzeBranchPredicate()