Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-profgen/
DPerfReader.h133 uint64_t LBRLeaf = LBRStack[LBRIndex].Target; in validateInitialState() local
138 if (StackLeaf < LBRLeaf || StackLeaf >= LBRLeaf + 0x100) { in validateInitialState()
141 << ", LBR tip = " << format("%#010x\n", LBRLeaf); in validateInitialState()