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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h158 bool isArtificial() const { function in class:llvm::DbgVariable
159 if (Var.isArtificial())
161 if (getType().isArtificial())
H A DDwarfCompileUnit.cpp919 if (DIType(Ty).isArtificial())
1227 if (ATy.isArtificial())
1233 if (SP.isArtificial())
1506 if (DV->isArtificial())
1672 if (DT.isArtificial())
H A DDwarfDebug.cpp395 if (ATy.isArtificial())
/freebsd-10.0-release/contrib/llvm/include/llvm/
H A DDebugInfo.h269 bool isArtificial() const { function in class:llvm::DIType
456 unsigned isArtificial() const { function in class:llvm::DISubprogram
557 /// isArtificial - Return true if this variable is marked as "artificial".
558 bool isArtificial() const { function in class:llvm::DIVariable
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h221 /// isArtificial - Test if this is an Order dependence that is marked
223 bool isArtificial() const { function in class:llvm::SDep
661 return getSDep().isArtificial();
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DScheduleDAG.cpp347 if (I->isArtificial())
367 if (I->isArtificial())
H A DMachineScheduler.cpp342 SuccSU->addPred(PredDep, /*Required=*/!PredDep.isArtificial());
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp359 if (!I->isArtificial())
367 if (I->isArtificial())
404 if (I->isArtificial())
H A DScheduleDAGRRList.cpp1104 if (!I->isArtificial())
1112 if (I->isArtificial())
1152 if (I->isArtificial())
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DDebugInfo.cpp1115 if (isArtificial())
H A DDIBuilder.cpp695 if (Ty.isArtificial())

Completed in 228 milliseconds