Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DBasicBlockSections.cpp118 ProgramBBClusterInfoMapTy ProgramBBClusterInfo; member in __anon8b3d1e000111::BasicBlockSections
193 const ProgramBBClusterInfoMapTy &ProgramBBClusterInfo, in getBBClusterInfoForFunction() argument
201 auto P = ProgramBBClusterInfo.find(AliasName); in getBBClusterInfoForFunction()
202 if (P == ProgramBBClusterInfo.end()) in getBBClusterInfoForFunction()
333 !getBBClusterInfoForFunction(MF, FuncAliasMap, ProgramBBClusterInfo, in runOnMachineFunction()
395 ProgramBBClusterInfoMapTy &ProgramBBClusterInfo, in getBBClusterInfo() argument
407 auto FI = ProgramBBClusterInfo.end(); in getBBClusterInfo()
427 if (FI == ProgramBBClusterInfo.end()) in getBBClusterInfo()
460 FI = ProgramBBClusterInfo.try_emplace(Aliases.front()).first; in getBBClusterInfo()
471 if (auto Err = getBBClusterInfo(MBuf, ProgramBBClusterInfo, FuncAliasMap)) in doInitialization()