Home
last modified time | relevance | path

Searched defs:ShouldRun (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/IR/
DOptBisect.cpp107 bool ShouldRun = (OptBisectLimit == -1 || CurBisectNum <= OptBisectLimit); in checkPass() local
116 bool ShouldRun = (OptBisectLimit == -1 || CurFuelNum <= OptBisectLimit); in shouldRunCase() local
/external/llvm-project/llvm/lib/IR/
DOptBisect.cpp53 bool ShouldRun = (OptBisectLimit == -1 || CurBisectNum <= OptBisectLimit); in checkPass() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DOptBisect.cpp53 bool ShouldRun = (OptBisectLimit == -1 || CurBisectNum <= OptBisectLimit); in checkPass() local
/external/pigweed/pw_trace/example/
Dsample_app.cc84 bool ShouldRun() override { return jobs_.EntryCount() > 0; } in ShouldRun() function in __anon494291fa0111::ProcessingTask
152 bool ShouldRun() override { in ShouldRun() function in __anon494291fa0111::InputTask
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPassInstrumentation.h148 bool ShouldRun = true; in runBeforePass() local
/external/eigen/bench/tensors/
Dbenchmark_main.cc98 bool Benchmark::ShouldRun(int argc, char* argv[]) { in ShouldRun() function in testing::Benchmark
/external/llvm-project/llvm/include/llvm/IR/
DPassInstrumentation.h204 bool ShouldRun = true; in runBeforePass() local
/external/llvm-project/llvm/lib/Passes/
DStandardInstrumentations.cpp591 bool ShouldRun = !(F && F->hasOptNone()); in shouldRun() local