Lines Matching full:reaching
1 //===---- ReachingDefAnalysis.cpp - Reaching Def Analysis ---*- C++ -*-----===//
19 #define DEBUG_TYPE "reaching-deps-analysis"
92 // Find the most recent reaching definition from a predecessor. in enterBasicBlock()
97 // Insert the most recent reaching definition we found. in enterBasicBlock()
158 // there is now a more recent incoming reaching definition from a predecessor. in reprocessBasicBlock()
177 // Update existing reaching def from predecessor to a more recent one. in reprocessBasicBlock()
180 // Insert new reaching def from predecessor. in reprocessBasicBlock()
184 // Update reaching def at end of BB. Keep in mind that these are in reprocessBasicBlock()
215 LLVM_DEBUG(dbgs() << "********** REACHING DEFINITION ANALYSIS **********\n"); in runOnMachineFunction()
249 // Make sure reaching defs are sorted and unique. in traverse()
339 // If/when we find a new reaching def, we know that there's no more uses in getReachingLocalUses()