Searched refs:HeaderLineno (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp123 : TotalSamples(0), TotalHeadSamples(0), HeaderLineno(0), DT(nullptr),
167 unsigned HeaderLineno; member in class:__anon26332::SampleFunctionProfile
535 /// function. We use HeaderLineno to compute the offset. We then
544 if (Lineno < HeaderLineno)
548 int LOffset = Lineno - HeaderLineno;
1042 HeaderLineno = getFunctionLoc(F);
1043 if (HeaderLineno == 0)
1047 << ": " << HeaderLineno << "\n");

Completed in 75 milliseconds