Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-profgen/
H A DPerfReader.h241 ProfiledFrame *getOrCreateChildFrame(uint64_t Address) { in getOrCreateChildFrame() function
309 CurrentLeafFrame = CurrentLeafFrame->getOrCreateChildFrame(Address); in pushFrame()
315 CurrentLeafFrame = CurrentLeafFrame->Parent->getOrCreateChildFrame(Address); in switchToFrame()
325 Cur = Cur->getOrCreateChildFrame(Address); in initFrameTrie()
/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp430 ProfileConverter::FrameNode::getOrCreateChildFrame(const LineLocation &CallSite, in ProfileConverter()
459 Node = Node->getOrCreateChildFrame(CallSiteLoc, Callsite.Func); in convertCSProfiles()
414 ProfileConverter::FrameNode::getOrCreateChildFrame(const LineLocation &CallSite, getOrCreateChildFrame() function in ProfileConverter::FrameNode
/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h1420 FrameNode *getOrCreateChildFrame(const LineLocation &CallSite,