OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestFn
(Results
1 - 3
of
3
) sorted by null
/external/llvm/tools/bugpoint/
CrashDebugger.cpp
109
bool (*
TestFn
)(const BugDriver &, Module *);
112
bool (*
testFn
)(const BugDriver &, Module *))
113
: BD(bd),
TestFn
(
testFn
) {}
159
if (
TestFn
(BD, M)) {
179
bool (*
TestFn
)(const BugDriver &, Module *);
182
bool (*
testFn
)(const BugDriver &, Module *))
183
: BD(bd),
TestFn
(
testFn
) {}
231
if (
TestFn
(BD, M))
[
all
...]
Miscompilation.cpp
178
bool (*
TestFn
)(BugDriver &, Module *, Module *, std::string &);
183
: BD(bd),
TestFn
(F) {}
281
bool Broken =
TestFn
(BD, ToOptimize, ToNotOptimize, Error);
305
bool (*
TestFn
)(BugDriver &, Module *, Module *,
371
Failure =
TestFn
(BD, ToOptimizeLoopExtracted, ToNotOptimize, Error);
426
bool (*
TestFn
)(BugDriver &, Module *, Module *, std::string &);
433
: BD(bd),
TestFn
(F), FunctionsBeingTested(Fns) {}
504
bool Ret =
TestFn
(BD, New, ToNotOptimize, Error);
520
bool (*
TestFn
)(BugDriver &, Module *, Module *,
538
bool Ret = ReduceMiscompiledBlocks(BD,
TestFn
, MiscompiledFunctions
[
all
...]
ExtractFunction.cpp
329
if (Function *
TestFn
= globalInitUsesExternalBA(I)) {
336
<< "' and from test function '" <<
TestFn
->getName() << "'.\n";
Completed in 37 milliseconds