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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h149 bool isArtificial() const { function in class:llvm::DbgVariable
150 if (Var->isArtificial())
152 if (getType()->isArtificial())
H A DDwarfUnit.cpp879 if (Ty->isArtificial())
1239 if (SP->isArtificial())
1467 if (DT->isArtificial())
H A DDwarfCompileUnit.cpp804 if (Var.isArtificial())
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h214 /// isArtificial - Test if this is an Order dependence that is marked
216 bool isArtificial() const { function in class:llvm::SDep
656 return getSDep().isArtificial();
/external/llvm/lib/CodeGen/
H A DScheduleDAG.cpp347 if (I->isArtificial())
367 if (I->isArtificial())
H A DMachineScheduler.cpp533 SuccSU->addPred(PredDep, /*Required=*/!PredDep.isArtificial());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp359 if (!I->isArtificial())
367 if (I->isArtificial())
404 if (I->isArtificial())
H A DScheduleDAGRRList.cpp1113 if (!I->isArtificial())
1121 if (I->isArtificial())
1161 if (I->isArtificial())
/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h571 bool isArtificial() const { return getFlags() & FlagArtificial; } function in class:llvm::DIType
1315 unsigned isArtificial() const { return getFlags() & FlagArtificial; } function in class:llvm::DISubprogram
1908 bool isArtificial() const { return getFlags() & FlagArtificial; } function in class:llvm::DILexicalBlock::DILocalVariable
/external/llvm/lib/IR/
H A DDIBuilder.cpp497 if (Ty->isArtificial())
H A DVerifier.cpp3875 if (V->isArtificial())

Completed in 152 milliseconds