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

/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DScheduleDAG.h77 /// isArtificial - True if this is an artificial dependency, meaning
80 bool isArtificial : 1; member in struct:llvm::SDep::__anon10003::__anon10004
100 bool isArtificial = false)
110 assert(!isArtificial && "isArtificial only applies with SDep::Order!");
117 Contents.Order.isArtificial = isArtificial;
134 Contents.Order.isArtificial == Other.Contents.Order.isArtificial;
207 /// isArtificial
209 bool isArtificial() const { function in class:llvm::SDep
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h158 /// isArtificial - Return true if DbgVariable is artificial.
159 bool isArtificial() const { function in class:llvm::DbgVariable
160 if (Var.isArtificial())
162 if (getType().isArtificial())
H A DDwarfCompileUnit.cpp1110 if (ATy.isArtificial())
1116 if (SP.isArtificial())
1349 if (DV->isArtificial())
H A DDwarfDebug.cpp338 if (ATy.isArtificial())
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp352 if (!I->isArtificial())
360 if (I->isArtificial())
397 if (I->isArtificial())
591 /*isMustAlias=*/false, /*isArtificial=*/true));
600 /*isMustAlias=*/false, /*isArtificial=*/true));
H A DScheduleDAGRRList.cpp1082 if (!I->isArtificial())
1090 if (I->isArtificial())
1130 if (I->isArtificial())
1145 /*isMustAlias=*/false, /*isArtificial=*/true);
1364 /*isMustAlias=*/false, /*isArtificial=*/true));
1419 /*isArtificial=*/true));
1429 /*isArtificial=*/true));
2942 /*isArtificial=*/true));
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DScheduleDAG.cpp312 if (I->isArtificial())
332 if (I->isArtificial())
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DDebugInfo.h288 bool isArtificial() const { function in class:llvm::DIType
504 unsigned isArtificial() const { function in class:llvm::DISubprogram
644 /// isArtificial - Return true if this variable is marked as "artificial".
645 bool isArtificial() const { function in class:llvm::DIVariable
/macosx-10.10/llvmCore-3425.0.34/lib/VMCore/
H A DDIBuilder.cpp621 if (Ty.isArtificial())

Completed in 209 milliseconds