Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp322 auto HasValidDbgLine = [](Instruction *J) { in instrumentOneFunc() local
328 while (J != BB->getTerminator() && !HasValidDbgLine(J)) { in instrumentOneFunc()