OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reduceList
(Results
1 - 7
of
7
) sorted by null
/external/llvm/tools/bugpoint/
ListReducer.h
48
//
reduceList
- This function attempts to reduce the length of the specified
52
bool
reduceList
(std::vector<ElTy> &TheList, std::string &Error) {
CrashDebugger.cpp
695
ReduceCrashingGlobalVariables(BD, TestFn).
reduceList
(GVs, Error);
719
ReduceCrashingInstructions(BD, TestFn).
reduceList
(Insts, Error);
807
ReduceCrashingFunctions(BD, TestFn).
reduceList
(Functions, Error);
824
ReduceCrashingBlocks(BD, TestFn).
reduceList
(Blocks, Error);
842
ReduceCrashingNamedMD(BD, TestFn).
reduceList
(NamedMDNames, Error);
852
ReduceCrashingNamedMDOps(BD, TestFn).
reduceList
(NamedMDOps, Error);
890
ReducePassList(*this).
reduceList
(PassesToRun, Error);
[
all
...]
Miscompilation.cpp
555
MiscompiledFunctions).
reduceList
(Blocks, Error);
625
ReduceMiscompilingFunctions(BD, TestFn).
reduceList
(MiscompiledFunctions,
651
ReduceMiscompilingFunctions(BD, TestFn).
reduceList
(MiscompiledFunctions,
674
ReduceMiscompilingFunctions(BD, TestFn).
reduceList
(MiscompiledFunctions,
729
if (!ReduceMiscompilingPasses(*this).
reduceList
(PassesToRun, *Error)) {
[
all
...]
/external/swiftshader/third_party/LLVM/tools/bugpoint/
ListReducer.h
48
//
reduceList
- This function attempts to reduce the length of the specified
52
bool
reduceList
(std::vector<ElTy> &TheList, std::string &Error) {
CrashDebugger.cpp
480
ReduceCrashingGlobalVariables(BD, TestFn).
reduceList
(GVs, Error);
503
ReduceCrashingFunctions(BD, TestFn).
reduceList
(Functions, Error);
521
ReduceCrashingBlocks(BD, TestFn).
reduceList
(Blocks, Error);
539
ReduceCrashingInstructions(BD, TestFn).
reduceList
(Insts, Error);
635
ReducePassList(*this).
reduceList
(PassesToRun, Error);
Miscompilation.cpp
546
MiscompiledFunctions).
reduceList
(Blocks, Error);
623
ReduceMiscompilingFunctions(BD, TestFn).
reduceList
(MiscompiledFunctions,
649
ReduceMiscompilingFunctions(BD, TestFn).
reduceList
(MiscompiledFunctions,
672
ReduceMiscompilingFunctions(BD, TestFn).
reduceList
(MiscompiledFunctions,
721
if (!ReduceMiscompilingPasses(*this).
reduceList
(PassesToRun, *Error)) {
[
all
...]
/frameworks/compile/libbcc/bcinfo/tools/
main.cpp
152
const bcinfo::MetadataExtractor::Reduce *
reduceList
=
155
const bcinfo::MetadataExtractor::Reduce &reduce =
reduceList
[i];
220
const bcinfo::MetadataExtractor::Reduce *
reduceList
= ME->getExportReduceList();
222
const bcinfo::MetadataExtractor::Reduce &reduce =
reduceList
[i];
Completed in 141 milliseconds