Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp92 bool AtInsnStart = true; in getInlineAsmLength() local
97 AtInsnStart = true; in getInlineAsmLength()
101 AtInsnStart = false; in getInlineAsmLength()
104 if (AtInsnStart && !std::isspace(static_cast<unsigned char>(*Str))) { in getInlineAsmLength()
118 AtInsnStart = false; in getInlineAsmLength()