Searched refs:DataflowInfoManager (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | DataflowInfoManager.cpp | 18 ReachingDefOrUse</*Def=*/true> &DataflowInfoManager::getReachingDefs() { in getReachingDefs() 27 void DataflowInfoManager::invalidateReachingDefs() { RD.reset(nullptr); } in invalidateReachingDefs() 40 LivenessAnalysis &DataflowInfoManager::getLivenessAnalysis() { in getLivenessAnalysis() 51 StackReachingUses &DataflowInfoManager::getStackReachingUses() { in getStackReachingUses() 80 void DataflowInfoManager::invalidatePostDominatorAnalysis() { in invalidatePostDominatorAnalysis() 92 void DataflowInfoManager::invalidateStackPointerTracking() { in invalidateStackPointerTracking() 97 ReachingInsns<false> &DataflowInfoManager::getReachingInsns() { in getReachingInsns() 115 void DataflowInfoManager::invalidateReachingInsnsBackwards() { in invalidateReachingInsnsBackwards() 128 void DataflowInfoManager::invalidateStackAllocationAnalysis() { in invalidateStackAllocationAnalysis() 133 DataflowInfoManager::getInsnToBBMap() { in getInsnToBBMap() [all …]
|
| H A D | JTFootprintReduction.cpp | 43 DataflowInfoManager &Info) { in checkOpportunities() 132 uint64_t JTAddr, JumpTable *JumpTable, DataflowInfoManager &Info) { in tryOptimizeNonPIC() 174 DataflowInfoManager &Info) { in tryOptimizePIC() 212 DataflowInfoManager &Info) { in optimizeFunction() 268 DataflowInfoManager Info(Function, RA.get(), nullptr); in runOnFunctions()
|
| H A D | StokeInfo.cpp | 87 bool StokeInfo::checkFunction(BinaryFunction &BF, DataflowInfoManager &DInfo, in checkFunction() 176 DataflowInfoManager DInfo(BF.second, &RA, nullptr); in runOnFunctions()
|
| H A D | CMakeLists.txt | 13 DataflowInfoManager.cpp
|
| H A D | MCF.cpp | 369 void equalizeBBCounts(DataflowInfoManager &Info, BinaryFunction &BF) { in equalizeBBCounts() 454 auto Info = DataflowInfoManager(BF, nullptr, nullptr); in estimateEdgeCounts()
|
| H A D | ValidateInternalCalls.cpp | 147 DataflowInfoManager Info(Function, nullptr, nullptr); in fixCFGForIC()
|
| H A D | FrameOptimizer.cpp | 363 DataflowInfoManager Info(BF, &RA, &FA, AllocatorId); in performShrinkWrapping()
|
| H A D | RegReAssign.cpp | 251 DataflowInfoManager Info(Function, RA.get(), nullptr); in aggressivePassOverFunction()
|
| H A D | ShrinkWrapping.cpp | 1466 DataflowInfoManager &Info; 1528 DataflowInfoManager &Info, in PredictiveStackPointerTracking()
|
| H A D | IndirectCallPromotion.cpp | 1241 DataflowInfoManager Info(Function, RA.get(), nullptr); in runOnFunctions()
|
| /llvm-project-15.0.7/bolt/include/bolt/Passes/ |
| H A D | JTFootprintReduction.h | 20 class DataflowInfoManager; variable 42 void checkOpportunities(BinaryFunction &Function, DataflowInfoManager &Info); 51 JumpTable *JumpTable, DataflowInfoManager &Info); 57 JumpTable *JumpTable, DataflowInfoManager &Info); 60 void optimizeFunction(BinaryFunction &Function, DataflowInfoManager &Info);
|
| H A D | MCF.h | 16 class DataflowInfoManager; variable 30 void equalizeBBCounts(DataflowInfoManager &Info, BinaryFunction &BF);
|
| H A D | ShrinkWrapping.h | 18 class DataflowInfoManager; variable 27 DataflowInfoManager &Info; 65 DataflowInfoManager &Info, in CalleeSavedAnalysis() 121 DataflowInfoManager &Info; 220 DataflowInfoManager &Info, in StackLayoutModifier() 293 DataflowInfoManager &Info; 510 DataflowInfoManager &Info, in ShrinkWrapping()
|
| H A D | DataflowInfoManager.h | 29 class DataflowInfoManager { 52 DataflowInfoManager(BinaryFunction &BF, const RegAnalysis *RA,
|
| H A D | StokeInfo.h | 35 class DataflowInfoManager; variable 120 bool checkFunction(BinaryFunction &BF, DataflowInfoManager &DInfo,
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 21 bolt/include/bolt/Passes/DataflowInfoManager.h 89 bolt/lib/Passes/DataflowInfoManager.cpp
|