Searched defs:isArtificial (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DDebugInfo.h284 bool isArtificial() const { function in class:llvm::DIType
498 unsigned isArtificial() const { function in class:llvm::DISubprogram
641 /// isArtificial - Return true if this variable is marked as "artificial".
642 bool isArtificial() const { function in class:llvm::DIVariable
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h76 /// isArtificial - True if this is an artificial dependency, meaning
79 bool isArtificial : 1; member in struct:llvm::SDep::__anon6438::__anon6439
97 bool isArtificial = false)
107 assert(!isArtificial && "isArtificial only applies with SDep::Order!");
114 Contents.Order.isArtificial = isArtificial;
130 Contents.Order.isArtificial == Other.Contents.Order.isArtificial;
187 /// isArtificial
189 bool isArtificial() const { function in class:llvm::SDep
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h157 /// isArtificial - Return true if DbgVariable is artificial.
158 bool isArtificial() const { function in class:llvm::DbgVariable
159 if (Var.isArtificial())
162 && getType().isArtificial())

Completed in 51 milliseconds