Searched defs:computeNext (Results 1 – 11 of 11) sorted by relevance
/llvm-project/bolt/include/bolt/Passes/ |
H A D | ReachingInsns.h | 73 BitVector computeNext(const MCInst &Point, const BitVector &Cur) { in computeNext() function
|
H A D | ReachingDefOrUse.h | 115 BitVector computeNext(const MCInst &Point, const BitVector &Cur) { in computeNext() function
|
H A D | LivenessAnalysis.h | 97 BitVector computeNext(const MCInst &Point, const BitVector &Cur) { in computeNext() function
|
H A D | DominatorAnalysis.h | 135 BitVector computeNext(const MCInst &Point, const BitVector &Cur) { in computeNext() function
|
H A D | StackPointerTracking.h | 167 std::pair<int, int> computeNext(const MCInst &Point, in computeNext() function
|
H A D | DataflowAnalysis.h | 210 StateTy computeNext(const MCInst &Point, const StateTy &Cur) { in computeNext() function
|
/llvm-project/bolt/lib/Passes/ |
H A D | StackReachingUses.cpp | 103 BitVector StackReachingUses::computeNext(const MCInst &Point, in computeNext() function in llvm::bolt::StackReachingUses
|
H A D | StackAvailableExpressions.cpp | 110 BitVector StackAvailableExpressions::computeNext(const MCInst &Point, in computeNext() function in llvm::bolt::StackAvailableExpressions
|
H A D | StackAllocationAnalysis.cpp | 95 BitVector StackAllocationAnalysis::computeNext(const MCInst &Point, in computeNext() function in llvm::bolt::StackAllocationAnalysis
|
H A D | ValidateInternalCalls.cpp | 60 std::pair<int, int> computeNext(const MCInst &Point, in computeNext() function in llvm::bolt::__anon138cc9ed0111::StackPointerTrackingForInternalCalls
|
H A D | ShrinkWrapping.cpp | 1481 std::pair<int, int> computeNext(const MCInst &Point, in computeNext() function in llvm::bolt::__anon1e919bae0811::PredictiveStackPointerTracking
|