Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp390 auto HasValidDbgLine = [](Instruction *J) { in instrumentOneFunc() local
396 while (J != BB->getTerminator() && !HasValidDbgLine(J)) { in instrumentOneFunc()