Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h79 bool isArtificial : 1; member
97 bool isArtificial = false)
107 assert(!isArtificial && "isArtificial only applies with SDep::Order!"); in Dep()
114 Contents.Order.isArtificial = isArtificial; in Dep()
130 Contents.Order.isArtificial == Other.Contents.Order.isArtificial;
189 bool isArtificial() const { in isArtificial() function
190 return getKind() == Order && Contents.Order.isArtificial; in isArtificial()
629 return getSDep().isArtificial();
/external/llvm/include/llvm/Analysis/
DDebugInfo.h272 bool isArtificial() const { in isArtificial() function
482 unsigned isArtificial() const { in isArtificial() function
611 bool isArtificial() const { in isArtificial() function
/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.cpp940 if (!I->isArtificial()) in CopyAndMoveSuccessors()
948 if (I->isArtificial()) in CopyAndMoveSuccessors()
988 if (I->isArtificial()) in InsertCopiesAndMoveSuccs()
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp317 if (I->isArtificial()) in dumpAll()
338 if (I->isArtificial()) in dumpAll()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp387 if (ATy.isArtificial()) in createSubprogramDIE()
393 if (SP.isArtificial()) in createSubprogramDIE()
485 if (ATy.isArtificial()) in updateSubprogramScopeDIE()
680 if (Tag == dwarf::DW_TAG_formal_parameter && DV->getType().isArtificial()) in constructVariableDIE()
683 else if (DIVariable(DV->getVariable()).isArtificial()) in constructVariableDIE()
/external/llvm/lib/Analysis/
DDIBuilder.cpp482 if (Ty.isArtificial()) in createArtificialType()