Home
last modified time | relevance | path

Searched refs:ComputeLoopInfo (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceLoopAnalyzer.h29 CfgVector<Loop> ComputeLoopInfo(Cfg *Func);
DIceLoopAnalyzer.cpp257 CfgVector<Loop> ComputeLoopInfo(Cfg *Func) { in ComputeLoopInfo() function
DIceCfg.cpp1549 LoopInfo = ComputeLoopInfo(this); in generateLoopInfo()
/external/v8/src/compiler/
Dscheduler.cc814 ComputeLoopInfo(stack_, num_loops, &backedges_); in ComputeAndInsertSpecialRPO()
956 void ComputeLoopInfo(ZoneVector<SpecialRPOStackFrame>& queue, in ComputeLoopInfo() function in v8::internal::compiler::SpecialRPONumberer