HomeSort by relevance Sort by last modified time
    Searched full:shouldexit (Results 1 - 3 of 3) sorted by null

  /external/llvm/test/Transforms/GVN/
MemdepMiscompile.ll 6 ; Value of %shouldExit can be changed by RunInMode.
7 ; Make sure we do not replace load %shouldExit in while.cond.backedge
16 ; CHECK: load i32* %shouldExit
18 %shouldExit = alloca i32, align 4
20 store i32 0, i32* %shouldExit, align 4
23 %0 = load i32* %shouldExit, align 4
38 call void @TimerCreate(i32* %shouldExit) nounwind
42 %2 = load i32* %shouldExit, align 4
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/
pm_manifest_file_test.cc 80 // ShouldExit member function, which automatically decrements the
104 // should stop using the Worker pointer after invoking ShouldExit.
105 void ShouldExit();
240 worker_->ShouldExit();
288 void Worker::ShouldExit() {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TextPrompt.js 388 var shouldExit;
391 shouldExit = true;
393 shouldExit = true;
398 shouldExit = true;
400 if (shouldExit) {

Completed in 626 milliseconds