Home
last modified time | relevance | path

Searched refs:ExitLoop (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dcontrol-builders.cc66 ExitLoop(); in EndLoop()
89 void LoopBuilder::ExitLoop(Node** extra_value_to_rename) { in ExitLoop() function in v8::internal::compiler::LoopBuilder
Dcontrol-builders.h80 void ExitLoop(Node** extra_value_to_rename = nullptr);
Dast-graph-builder.cc249 control_->ExitLoop(value); in Execute()
/external/ImageMagick/coders/
Dmat.c1114 goto ExitLoop; in ReadMATImage()
1142 goto ExitLoop; in ReadMATImage()
1147 ExitLoop: in ReadMATImage()
/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp1016 if (MachineLoop *ExitLoop = MLI->getLoopFor(Succ)) { in findBestLoopExit() local
1017 SuccLoopDepth = ExitLoop->getLoopDepth(); in findBestLoopExit()
1018 if (ExitLoop->contains(&L)) in findBestLoopExit()