Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h136 DenseMap<MCSymbol*, unsigned> CallSiteMap; variable
384 CallSiteMap[BeginLabel] = Site; in setCallSiteBeginLabel()
391 return CallSiteMap[BeginLabel]; in getCallSiteBeginLabel()
397 return CallSiteMap[BeginLabel] != 0; in hasCallSiteBeginLabel()
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp245 CallSiteMap.clear(); in EndFunction()