HomeSort by relevance Sort by last modified time
    Searched defs:isArtificial (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 208 /// isArtificial - Test if this is an Order dependence that is marked
210 bool isArtificial() const {
656 return getSDep().isArtificial();
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 109 bool isArtificial() const {
110 if (Var.isArtificial())
112 if (getType().isArtificial())
  /frameworks/compile/slang/
slang_rs_export_type.h 554 bool IsArtificial,
559 mIsArtificial(IsArtificial),
578 inline bool isArtificial() const { return mIsArtificial; }
  /external/llvm/include/llvm/IR/
DebugInfo.h 325 bool isArtificial() const { return (getFlags() & FlagArtificial) != 0; }
479 unsigned isArtificial() const {
670 /// isArtificial - Return true if this variable is marked as "artificial".
671 bool isArtificial() const {
    [all...]

Completed in 79 milliseconds