• Home
  • Raw
  • Download

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()
182 void LoopVariableOptimizer::AddCmpToLimits( in AddCmpToLimits()
199 void LoopVariableOptimizer::VisitStart(Node* node) { limits_.Set(node, {}); } in VisitStart()
201 void LoopVariableOptimizer::VisitLoopExit(Node* node) { in VisitLoopExit()
205 void LoopVariableOptimizer::VisitOtherControl(Node* node) { in VisitOtherControl()
210 void LoopVariableOptimizer::TakeConditionsFromFirstControl(Node* node) { in TakeConditionsFromFirstControl()
214 const InductionVariable* LoopVariableOptimizer::FindInductionVariable( in FindInductionVariable()
223 InductionVariable* LoopVariableOptimizer::TryGetInductionVariable(Node* phi) { in TryGetInductionVariable()
267 void LoopVariableOptimizer::DetectInductionVariables(Node* loop) { in DetectInductionVariables()
284 void LoopVariableOptimizer::ChangeToInductionVariablePhis() { in ChangeToInductionVariablePhis()
314 void LoopVariableOptimizer::ChangeToPhisAndInsertGuards() { in ChangeToPhisAndInsertGuards()