Lines Matching defs:Ret
201 Expected<bool> Ret = TestFuncs(Suffix);
202 if (Error E = Ret.takeError())
204 if (*Ret)
208 Expected<bool> Ret = TestFuncs(Prefix);
209 if (Error E = Ret.takeError())
211 if (*Ret)
463 Expected<bool> Ret = TestFuncs(Suffix);
464 if (Error E = Ret.takeError())
466 if (*Ret)
470 Expected<bool> Ret = TestFuncs(Prefix);
471 if (Error E = Ret.takeError())
473 if (*Ret)
526 Expected<bool> Ret = TestFn(BD, std::move(New), std::move(ToNotOptimize));
528 return Ret;
556 Expected<bool> Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunctions)
558 if (Error E = Ret.takeError())
560 if (*Ret) {
563 Expected<bool> Ret =
566 if (Error E = Ret.takeError())
631 Expected<bool> Ret = ReduceMiscompilingFunctions(BD, TestFn)
633 if (Error E = Ret.takeError()) {
648 Expected<bool> Ret = ExtractLoops(BD, TestFn, MiscompiledFunctions);
649 if (Error E = Ret.takeError())
651 if (*Ret) {
658 Ret = ReduceMiscompilingFunctions(BD, TestFn)
660 if (Error E = Ret.takeError())
672 Expected<bool> Ret = ExtractBlocks(BD, TestFn, MiscompiledFunctions);
673 if (Error E = Ret.takeError())
675 if (*Ret) {
681 Ret = ReduceMiscompilingFunctions(BD, TestFn)
683 if (Error E = Ret.takeError())