Home
last modified time | relevance | path

Searched refs:AtInsnStart (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetInstrInfo.cpp104 bool AtInsnStart = true; in getInlineAsmLength() local
110 AtInsnStart = true; in getInlineAsmLength()
114 AtInsnStart = false; in getInlineAsmLength()
117 if (AtInsnStart && !isSpace(static_cast<unsigned char>(*Str))) { in getInlineAsmLength()
131 AtInsnStart = false; in getInlineAsmLength()