Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DBasicBlockSections.cpp94 struct BBClusterInfo { struct
103 using ProgramBBClusterInfoMapTy = StringMap<SmallVector<BBClusterInfo, 4>>;
194 std::vector<Optional<BBClusterInfo>> &V) { in getBBClusterInfoForFunction()
233 const std::vector<Optional<BBClusterInfo>> &FuncBBClusterInfo) { in assignSections()
331 std::vector<Optional<BBClusterInfo>> FuncBBClusterInfo; in runOnMachineFunction()
445 FI->second.emplace_back(BBClusterInfo{ in getBBClusterInfo()