Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DPerfReader.h275 uint64_t LBRLeaf = LBRStack[LBRIndex].Target; in validateInitialState() local
277 assert((LBRLeaf != ExternalAddr || LBRLeaf == LeafAddr) && in validateInitialState()
283 if (LeafAddr < LBRLeaf || LeafAddr - LBRLeaf >= 0x100) { in validateInitialState()
286 << ", LBR tip = " << format("%#010x\n", LBRLeaf); in validateInitialState()