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

  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 76 /// isArtificial - True if this is an artificial dependency, meaning
79 bool isArtificial : 1;
97 bool isArtificial = false)
107 assert(!isArtificial && "isArtificial only applies with SDep::Order!");
114 Contents.Order.isArtificial = isArtificial;
130 Contents.Order.isArtificial == Other.Contents.Order.isArtificial;
187 /// isArtificial - Test if this is an Order dependence that is marke
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 157 /// isArtificial - Return true if DbgVariable is artificial.
158 bool isArtificial() const {
159 if (Var.isArtificial())
162 && getType().isArtificial())
DwarfCompileUnit.cpp     [all...]
DwarfDebug.cpp 217 if (ATy.isArtificial())
    [all...]
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 284 bool isArtificial() const {
498 unsigned isArtificial() const {
641 /// isArtificial - Return true if this variable is marked as "artificial".
642 bool isArtificial() const {
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 352 if (!I->isArtificial())
360 if (I->isArtificial())
397 if (I->isArtificial())
596 /*isMustAlias=*/false, /*isArtificial=*/true));
605 /*isMustAlias=*/false, /*isArtificial=*/true));
ScheduleDAGRRList.cpp 940 if (!I->isArtificial())
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 318 if (I->isArtificial())
339 if (I->isArtificial())
  /frameworks/compile/slang/
slang_rs.cpp 99 if (ERT->isArtificial())
slang_rs_export_type.h 479 bool IsArtificial,
483 mIsArtificial(IsArtificial),
503 inline bool isArtificial() const { return mIsArtificial; }
slang_rs_reflection.cpp     [all...]
  /external/llvm/lib/Analysis/
DIBuilder.cpp 571 if (Ty.isArtificial())
    [all...]

Completed in 220 milliseconds