Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h149 bool isArtificial() const { in isArtificial() function
150 if (Var->isArtificial()) in isArtificial()
152 if (getType()->isArtificial()) in isArtificial()
DDwarfUnit.cpp879 if (Ty->isArtificial()) in constructSubprogramArguments()
1239 if (SP->isArtificial()) in applySubprogramAttributes()
1467 if (DT->isArtificial()) in constructMemberDIE()
DDwarfCompileUnit.cpp804 if (Var.isArtificial()) in applyVariableAttributes()
/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.cpp1113 if (!I->isArtificial()) in CopyAndMoveSuccessors()
1121 if (I->isArtificial()) in CopyAndMoveSuccessors()
1161 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.cpp533 SuccSU->addPred(PredDep, /*Required=*/!PredDep.isArtificial()); in addEdge()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h571 bool isArtificial() const { return getFlags() & FlagArtificial; }
1315 unsigned isArtificial() const { return getFlags() & FlagArtificial; }
1908 bool isArtificial() const { return getFlags() & FlagArtificial; }
/external/llvm/lib/IR/
DDIBuilder.cpp497 if (Ty->isArtificial()) in createArtificialType()
DVerifier.cpp3875 if (V->isArtificial()) in verifyBitPieceExpression()