Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h127 DenseMap<MCSymbol*, unsigned> CallSiteMap; variable
365 CallSiteMap[BeginLabel] = Site; in setCallSiteBeginLabel()
372 return CallSiteMap[BeginLabel]; in getCallSiteBeginLabel()
378 return CallSiteMap[BeginLabel] != 0; in hasCallSiteBeginLabel()
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp309 CallSiteMap.clear(); in EndFunction()