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

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h202 /// isArtificial - Test if this is an Order dependence that is marked
204 bool isArtificial() const { function in class:llvm::SDep
642 return getSDep().isArtificial();
/external/llvm/include/llvm/
H A DDebugInfo.h239 bool isArtificial() const { function in class:llvm::DIType
402 unsigned isArtificial() const { function in class:llvm::DISubprogram
579 /// isArtificial - Return true if this variable is marked as "artificial".
580 bool isArtificial() const { function in class:llvm::DIVariable
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h179 bool isArtificial() const { function in class:llvm::DbgVariable
180 if (Var.isArtificial())
182 if (getType().isArtificial())

Completed in 157 milliseconds