Home
last modified time | relevance | path

Searched refs:isArtificial (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h80 bool isArtificial : 1; member
98 bool isArtificial = false)
108 assert(!isArtificial && "isArtificial only applies with SDep::Order!"); in Dep()
115 Contents.Order.isArtificial = isArtificial; in Dep()
131 Contents.Order.isArtificial == Other.Contents.Order.isArtificial;
189 bool isArtificial() const { in isArtificial() function
190 return getKind() == Order && Contents.Order.isArtificial; in isArtificial()
614 return getSDep().isArtificial();
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h158 bool isArtificial() const { in isArtificial() function
159 if (Var.isArtificial()) in isArtificial()
162 && getType().isArtificial()) in isArtificial()
DDwarfCompileUnit.cpp1103 if (ATy.isArtificial()) in getOrCreateSubprogramDIE()
1109 if (SP.isArtificial()) in getOrCreateSubprogramDIE()
1342 if (DV->isArtificial()) in constructVariableDIE()
DDwarfDebug.cpp296 if (ATy.isArtificial()) in updateSubprogramScopeDIE()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp352 if (!I->isArtificial()) in CopyAndMoveSuccessors()
360 if (I->isArtificial()) in CopyAndMoveSuccessors()
397 if (I->isArtificial()) in InsertCopiesAndMoveSuccs()
DScheduleDAGRRList.cpp1079 if (!I->isArtificial()) in CopyAndMoveSuccessors()
1087 if (I->isArtificial()) in CopyAndMoveSuccessors()
1127 if (I->isArtificial()) in InsertCopiesAndMoveSuccs()
/external/llvm/include/llvm/Analysis/
DDebugInfo.h288 bool isArtificial() const { in isArtificial() function
523 unsigned isArtificial() const { in isArtificial() function
672 bool isArtificial() const { in isArtificial() function
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp294 if (I->isArtificial()) in dumpAll()
314 if (I->isArtificial()) in dumpAll()
/external/llvm/lib/Analysis/
DDIBuilder.cpp618 if (Ty.isArtificial()) in createArtificialType()