Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp124 ProgramBBClusterInfoMapTy ProgramBBClusterInfo; member in __anone08d7ad40111::BasicBlockSections
199 const ProgramBBClusterInfoMapTy &ProgramBBClusterInfo, in getBBClusterInfoForFunction() argument
207 auto P = ProgramBBClusterInfo.find(AliasName); in getBBClusterInfoForFunction()
208 if (P == ProgramBBClusterInfo.end()) in getBBClusterInfoForFunction()
370 !getBBClusterInfoForFunction(MF, FuncAliasMap, ProgramBBClusterInfo, in runOnMachineFunction()
432 ProgramBBClusterInfoMapTy &ProgramBBClusterInfo, in getBBClusterInfo() argument
444 auto FI = ProgramBBClusterInfo.end(); in getBBClusterInfo()
464 if (FI == ProgramBBClusterInfo.end()) in getBBClusterInfo()
497 FI = ProgramBBClusterInfo.try_emplace(Aliases.front()).first; in getBBClusterInfo()
508 if (auto Err = getBBClusterInfo(MBuf, ProgramBBClusterInfo, FuncAliasMap)) in doInitialization()