OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestFuncs
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/bugpoint/
Miscompilation.cpp
189
bool Ret =
TestFuncs
(Suffix, Error);
196
bool Ret =
TestFuncs
(Prefix, Error);
205
bool
TestFuncs
(const std::vector<Function*> &Prefix, std::string &Error);
242
///
TestFuncs
- split functions in a Module into two groups: those that are
246
bool ReduceMiscompilingFunctions::
TestFuncs
(const std::vector<Function*> &Funcs,
439
bool Ret =
TestFuncs
(Suffix, Error);
446
bool Ret =
TestFuncs
(Prefix, Error);
455
bool
TestFuncs
(const std::vector<BasicBlock*> &BBs, std::string &Error);
459
///
TestFuncs
- Extract all blocks for the miscompiled functions except for the
462
bool ReduceMiscompiledBlocks::
TestFuncs
(const std::vector<BasicBlock*> &BBs
[
all
...]
CrashDebugger.cpp
188
if (!Kept.empty() &&
TestFuncs
(Kept))
190
if (!Prefix.empty() &&
TestFuncs
(Prefix))
195
bool
TestFuncs
(std::vector<Function*> &Prefix);
199
bool ReduceCrashingFunctions::
TestFuncs
(std::vector<Function*> &Funcs) {
Completed in 27 milliseconds