Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp323 auto HasValidDbgLine = [](Instruction *J) { in instrumentOneFunc() local
329 while (J != BB->getTerminator() && !HasValidDbgLine(J)) { in instrumentOneFunc()