Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DPerfReader.h299 uint64_t getCurrentLBRSource() const { return LBRStack[LBRIndex].Source; } in getCurrentLBRSource() function
490 return State.getCurrentLBRSource() == ExternalAddr; in isSourceExternal()
517 if (Binary->addressIsCall(State.getCurrentLBRSource())) in isCallState()
529 if (Binary->addressIsReturn(State.getCurrentLBRSource())) in isReturnState()
H A DPerfReader.cpp52 uint64_t Source = State.getCurrentLBRSource(); in unwindCall()
158 uint64_t Source = State.getCurrentLBRSource(); in unwindBranch()
313 State.InstPtr.update(State.getCurrentLBRSource()); in unwind()