Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCount.cpp78 auto *InstrCountArg = find_if(Remark.Args, [](const Argument &Arg) { in tryInstructionCount() local
81 assert(InstrCountArg != Remark.Args.end() && in tryInstructionCount()
89 OF->os() << Remark.FunctionName << "," << InstrCountArg->Val << "\n"; in tryInstructionCount()