Home
last modified time | relevance | path

Searched refs:SingleUseCondition (Results 1 – 6 of 6) 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-7.0/llvm/lib/CodeGen/
DImplicitNullChecks.cpp481 if (!MBP.SingleUseCondition) in analyzeBlockForNullChecks()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h597 bool SingleUseCondition = false; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp2766 bool SingleUseCondition = true; in analyzeBranchPredicate() local
2775 SingleUseCondition = false; in analyzeBranchPredicate()
2781 if (SingleUseCondition) { in analyzeBranchPredicate()
2784 SingleUseCondition = false; in analyzeBranchPredicate()
2788 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()