Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h145 bool isArtificial() const { in isArtificial() function
146 if (Var->isArtificial()) in isArtificial()
148 if (getType()->isArtificial()) in isArtificial()
DDwarfUnit.cpp990 if (Ty->isArtificial()) in constructSubprogramArguments()
1326 if (SP->isArtificial()) in applySubprogramAttributes()
1543 if (DT->isArtificial()) in constructMemberDIE()
DDwarfCompileUnit.cpp798 if (Var.isArtificial()) in applyVariableAttributes()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp360 if (!I->isArtificial()) in CopyAndMoveSuccessors()
368 if (I->isArtificial()) in CopyAndMoveSuccessors()
405 if (I->isArtificial()) in InsertCopiesAndMoveSuccs()
DScheduleDAGRRList.cpp1105 if (!I->isArtificial()) in CopyAndMoveSuccessors()
1113 if (I->isArtificial()) in CopyAndMoveSuccessors()
1153 if (I->isArtificial()) in InsertCopiesAndMoveSuccs()
/external/llvm/include/llvm/CodeGen/
DScheduleDAG.h216 bool isArtificial() const { in isArtificial() function
656 return getSDep().isArtificial();
/external/llvm/lib/CodeGen/
DScheduleDAG.cpp347 if (I->isArtificial()) in dumpAll()
367 if (I->isArtificial()) in dumpAll()
DMachineScheduler.cpp530 SuccSU->addPred(PredDep, /*Required=*/!PredDep.isArtificial()); in addEdge()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h572 bool isArtificial() const { return getFlags() & FlagArtificial; }
1341 unsigned isArtificial() const { return getFlags() & FlagArtificial; }
1919 bool isArtificial() const { return getFlags() & FlagArtificial; }
/external/llvm/lib/IR/
DDIBuilder.cpp478 if (Ty->isArtificial()) in createArtificialType()