/llvm-project/llvm/lib/CodeGen/ |
H A D | SwitchLoweringUtils.cpp | 23 uint64_t SwitchCG::getJumpTableRange(const CaseClusterVector &Clusters, in getJumpTableRange() argument 46 void SwitchCG::SwitchLowering::findJumpTables(CaseClusterVector &Clusters, in findJumpTables() argument 191 buildJumpTable(const CaseClusterVector & Clusters,unsigned First,unsigned Last,const SwitchInst * SI,const std::optional<SDLoc> & SL,MachineBasicBlock * DefaultMBB,CaseCluster & JTCluster) buildJumpTable() argument 267 findBitTestClusters(CaseClusterVector & Clusters,const SwitchInst * SI) findBitTestClusters() argument 366 buildBitTests(CaseClusterVector & Clusters,unsigned First,unsigned Last,const SwitchInst * SI,CaseCluster & BTCluster) buildBitTests() argument 466 sortAndRangeify(CaseClusterVector & Clusters) sortAndRangeify() argument [all...] |
/llvm-project/bolt/lib/Passes/ |
H A D | HFSort.cpp | 87 void freezeClusters(const CallGraph &Cg, std::vector<Cluster> &Clusters) { in freezeClusters() 136 std::vector<Cluster> Clusters; in clusterize() local 243 std::vector<Cluster> Clusters; in randomClusters() local
|
H A D | ReorderFunctions.cpp | 118 reorder(BinaryContext & BC,std::vector<Cluster> && Clusters,std::map<uint64_t,BinaryFunction> & BFs) reorder() argument 147 printStats(BinaryContext & BC,const std::vector<Cluster> & Clusters,const std::vector<uint64_t> & FuncAddr) printStats() argument 292 std::vector<Cluster> Clusters; runOnFunctions() local [all...] |
H A D | ReorderAlgorithm.cpp | 577 std::vector<ClusterAlgorithm::ClusterTy> &Clusters = CAlgo->Clusters; in reorderBasicBlocks() local 686 std::vector<ClusterAlgorithm::ClusterTy> &Clusters = CAlgo->Clusters; in reorderBasicBlocks() local 747 std::vector<ClusterAlgorithm::ClusterTy> &Clusters = CAlgo->Clusters; in reorderBasicBlocks() local
|
H A D | PettisAndHansen.cpp | 100 std::vector<Cluster> Clusters; in pettisAndHansen() local
|
/llvm-project/bolt/include/bolt/Passes/ |
H A D | ReorderAlgorithm.h | 34 std::vector<ClusterTy> Clusters; variable
|
H A D | ReorderUtils.h | 64 std::vector<Cluster *> Clusters; variable
|
/llvm-project/llvm/tools/llvm-exegesis/lib/ |
H A D | Analysis.cpp | 278 const std::vector<SchedClassCluster> &Clusters, in printSchedClassClustersHtml()
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 696 CaseClusterVector Clusters; translateSwitch() local [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 12203 peelDominantCaseCluster(const SwitchInst & SI,CaseClusterVector & Clusters,BranchProbability & PeeledCaseProb) peelDominantCaseCluster() argument 12257 CaseClusterVector Clusters; visitSwitch() local [all...] |