HomeSort by relevance Sort by last modified time
    Searched refs:SingleUseCondition (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 497 /// SingleUseCondition is true if ConditionDef is dead except for the
500 bool SingleUseCondition;
505 FalseDest(nullptr), ConditionDef(nullptr), SingleUseCondition(false) {
    [all...]
  /external/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 346 if (!MBP.SingleUseCondition)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 481 if (!MBP.SingleUseCondition)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 594 /// SingleUseCondition is true if ConditionDef is dead except for the
597 bool SingleUseCondition = false;
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 237 milliseconds