Lines Matching refs:LoopVariableOptimizer

25 LoopVariableOptimizer::LoopVariableOptimizer(Graph* graph,  in LoopVariableOptimizer()  function in v8::internal::compiler::LoopVariableOptimizer
35 void LoopVariableOptimizer::Run() { in Run()
97 void LoopVariableOptimizer::VisitBackedge(Node* from, Node* loop) { in VisitBackedge()
120 void LoopVariableOptimizer::VisitNode(Node* node) { in VisitNode()
139 void LoopVariableOptimizer::VisitMerge(Node* node) { in VisitMerge()
148 void LoopVariableOptimizer::VisitLoop(Node* node) { in VisitLoop()
154 void LoopVariableOptimizer::VisitIf(Node* node, bool polarity) { in VisitIf()
180 void LoopVariableOptimizer::AddCmpToLimits( in AddCmpToLimits()
197 void LoopVariableOptimizer::VisitStart(Node* node) { limits_.Set(node, {}); } in VisitStart()
199 void LoopVariableOptimizer::VisitLoopExit(Node* node) { in VisitLoopExit()
203 void LoopVariableOptimizer::VisitOtherControl(Node* node) { in VisitOtherControl()
208 void LoopVariableOptimizer::TakeConditionsFromFirstControl(Node* node) { in TakeConditionsFromFirstControl()
212 const InductionVariable* LoopVariableOptimizer::FindInductionVariable( in FindInductionVariable()
221 InductionVariable* LoopVariableOptimizer::TryGetInductionVariable(Node* phi) { in TryGetInductionVariable()
263 void LoopVariableOptimizer::DetectInductionVariables(Node* loop) { in DetectInductionVariables()
280 void LoopVariableOptimizer::ChangeToInductionVariablePhis() { in ChangeToInductionVariablePhis()
310 void LoopVariableOptimizer::ChangeToPhisAndInsertGuards() { in ChangeToPhisAndInsertGuards()