Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:Ret

189         bool Ret = TestFuncs(Suffix, Error);

192 if (Ret)
196 bool Ret = TestFuncs(Prefix, Error);
199 if (Ret)
439 bool Ret = TestFuncs(Suffix, Error);
442 if (Ret)
446 bool Ret = TestFuncs(Prefix, Error);
449 if (Ret)
504 bool Ret = TestFn(BD, New, ToNotOptimize, Error);
506 return Ret;
538 bool Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunctions)
542 if (Ret) {
639 bool Ret = ExtractLoops(BD, TestFn, MiscompiledFunctions, Error);
642 if (Ret) {
663 bool Ret = ExtractBlocks(BD, TestFn, MiscompiledFunctions, Error);
666 if (Ret) {