Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DDataflowInfoManager.cpp18 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 DJTFootprintReduction.cpp43 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 DStokeInfo.cpp87 bool StokeInfo::checkFunction(BinaryFunction &BF, DataflowInfoManager &DInfo, in checkFunction()
176 DataflowInfoManager DInfo(BF.second, &RA, nullptr); in runOnFunctions()
H A DCMakeLists.txt13 DataflowInfoManager.cpp
H A DMCF.cpp369 void equalizeBBCounts(DataflowInfoManager &Info, BinaryFunction &BF) { in equalizeBBCounts()
454 auto Info = DataflowInfoManager(BF, nullptr, nullptr); in estimateEdgeCounts()
H A DValidateInternalCalls.cpp147 DataflowInfoManager Info(Function, nullptr, nullptr); in fixCFGForIC()
H A DFrameOptimizer.cpp363 DataflowInfoManager Info(BF, &RA, &FA, AllocatorId); in performShrinkWrapping()
H A DRegReAssign.cpp251 DataflowInfoManager Info(Function, RA.get(), nullptr); in aggressivePassOverFunction()
H A DShrinkWrapping.cpp1466 DataflowInfoManager &Info;
1528 DataflowInfoManager &Info, in PredictiveStackPointerTracking()
H A DIndirectCallPromotion.cpp1241 DataflowInfoManager Info(Function, RA.get(), nullptr); in runOnFunctions()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DJTFootprintReduction.h20 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 DMCF.h16 class DataflowInfoManager; variable
30 void equalizeBBCounts(DataflowInfoManager &Info, BinaryFunction &BF);
H A DShrinkWrapping.h18 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 DDataflowInfoManager.h29 class DataflowInfoManager {
52 DataflowInfoManager(BinaryFunction &BF, const RegAnalysis *RA,
H A DStokeInfo.h35 class DataflowInfoManager; variable
120 bool checkFunction(BinaryFunction &BF, DataflowInfoManager &DInfo,
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt21 bolt/include/bolt/Passes/DataflowInfoManager.h
89 bolt/lib/Passes/DataflowInfoManager.cpp