Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h179 bool isArtificial() const { in isArtificial() function
180 if (Var.isArtificial()) in isArtificial()
182 if (getType().isArtificial()) in isArtificial()
DDwarfCompileUnit.cpp966 if (DIType(Ty).isArtificial()) in constructTypeDIE()
1277 if (ATy.isArtificial()) in getOrCreateSubprogramDIE()
1283 if (SP.isArtificial()) in getOrCreateSubprogramDIE()
1577 if (DV->isArtificial()) in constructVariableDIE()
1715 if (DT.isArtificial()) in createMemberDIE()
DDwarfDebug.cpp401 if (ATy.isArtificial()) in updateSubprogramScopeDIE()
/external/llvm/include/llvm/
DDebugInfo.h239 bool isArtificial() const { in isArtificial() function
402 unsigned isArtificial() const { in isArtificial() function
580 bool isArtificial() const { in isArtificial() function
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp359 if (!I->isArtificial()) in CopyAndMoveSuccessors()
367 if (I->isArtificial()) in CopyAndMoveSuccessors()
404 if (I->isArtificial()) in InsertCopiesAndMoveSuccs()
DScheduleDAGRRList.cpp1104 if (!I->isArtificial()) in CopyAndMoveSuccessors()
1112 if (I->isArtificial()) in CopyAndMoveSuccessors()
1152 if (I->isArtificial()) in InsertCopiesAndMoveSuccs()
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h204 bool isArtificial() const { in isArtificial() function
642 return getSDep().isArtificial();
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp347 if (I->isArtificial()) in dumpAll()
367 if (I->isArtificial()) in dumpAll()
DMachineScheduler.cpp339 SuccSU->addPred(PredDep, /*Required=*/!PredDep.isArtificial()); in addEdge()
/external/llvm/lib/IR/
DDebugInfo.cpp1176 if (isArtificial()) in printInternal()
DDIBuilder.cpp784 if (Ty.isArtificial()) in createArtificialType()