Home
last modified time | relevance | path

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

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