OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reducelist
(Results
1 - 4
of
4
) sorted by null
/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];
/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
697
ReduceCrashingGlobalVariables(BD, TestFn).
reduceList
(GVs, Error);
719
ReduceCrashingFunctions(BD, TestFn).
reduceList
(Functions, Error);
736
ReduceCrashingBlocks(BD, TestFn).
reduceList
(Blocks, Error);
751
ReduceCrashingInstructions(BD, TestFn).
reduceList
(Insts, Error);
824
ReduceCrashingNamedMD(BD, TestFn).
reduceList
(NamedMDNames, Error);
834
ReduceCrashingNamedMDOps(BD, TestFn).
reduceList
(NamedMDOps, Error);
873
ReducePassList(*this).
reduceList
(PassesToRun, Error);
Miscompilation.cpp
554
MiscompiledFunctions).
reduceList
(Blocks, Error);
624
ReduceMiscompilingFunctions(BD, TestFn).
reduceList
(MiscompiledFunctions,
650
ReduceMiscompilingFunctions(BD, TestFn).
reduceList
(MiscompiledFunctions,
673
ReduceMiscompilingFunctions(BD, TestFn).
reduceList
(MiscompiledFunctions,
723
if (!ReduceMiscompilingPasses(*this).
reduceList
(PassesToRun, *Error)) {
[
all
...]
Completed in 466 milliseconds