Searched refs:WhileLoopArg (Results 1 – 3 of 3) sorted by relevance
134 const WhileLoopArg& arg = frame->args[i]; in BuildLoopCondition()174 const WhileLoopArg& arg = frame->args[i]; in BuildLoopBody()231 std::vector<WhileLoopArg> args; in FunctionalizeLoop()232 for (const WhileLoopArg& arg : frame->args) { in FunctionalizeLoop()243 WhileLoopArg new_arg; in FunctionalizeLoop()266 [](const WhileLoopArg& a, const WhileLoopArg& b) { in FunctionalizeLoop()292 for (WhileLoopArg& arg : frame->args) { in FunctionalizeLoop()451 const WhileLoopArg& arg = frame->args[i]; in FunctionalizeLoop()467 const WhileLoopArg& arg = frame->args[i]; in FunctionalizeLoop()
32 struct WhileLoopArg { struct57 std::vector<WhileLoopArg> args; argument
76 WhileLoopArg arg; in ExtractWhileLoopFrames()