HomeSort by: relevance | last modified time | path
    Searched refs:SingleUseCondition (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 578 if (MBP.ConditionDef && !MBP.SingleUseCondition)
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 639 /// SingleUseCondition is true if ConditionDef is dead except for the
642 bool SingleUseCondition = false;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.cpp 3177 bool SingleUseCondition = true;
3186 SingleUseCondition = false;
3192 if (SingleUseCondition) {
3195 SingleUseCondition = false;
3199 MBP.SingleUseCondition = SingleUseCondition;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 401 MBP.SingleUseCondition = false;

Completed in 37 milliseconds