Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h118 SmallVector<Instruction*, 64> InstsWithTBAATag; variable
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp430 for (auto *Inst : InstsWithTBAATag) { in validateEndOfModule()
2324 InstsWithTBAATag.push_back(&Inst); in parseInstructionMetadata()