OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MiscompiledFunctions
(Results
1 - 3
of
3
) sorted by null
/external/llvm/tools/bugpoint/
Miscompilation.cpp
300
std::vector<Function *> &
MiscompiledFunctions
,
309
MiscompiledFunctions
, VMap)
337
for (unsigned i = 0, e =
MiscompiledFunctions
.size(); i != e; ++i)
338
MiscompiledFunctions
[i] = cast<Function>(VMap[
MiscompiledFunctions
[i]]);
370
for (unsigned i = 0, e =
MiscompiledFunctions
.size(); i != e; ++i)
371
MiscompiledFunctions
[i] = cast<Function>(VMap[
MiscompiledFunctions
[i]]);
387
for (Function *F :
MiscompiledFunctions
) {
395
MiscompiledFunctions
.clear()
[
all
...]
/external/swiftshader/third_party/LLVM/tools/bugpoint/
Miscompilation.cpp
307
std::vector<Function*> &
MiscompiledFunctions
,
316
MiscompiledFunctions
,
407
// All of the Function*'s in the
MiscompiledFunctions
list are in the old
410
MiscompiledFunctions
.clear();
415
MiscompiledFunctions
.push_back(NewF);
522
std::vector<Function*> &
MiscompiledFunctions
,
527
for (unsigned i = 0, e =
MiscompiledFunctions
.size(); i != e; ++i)
528
for (Function::iterator I =
MiscompiledFunctions
[i]->begin(),
529
E =
MiscompiledFunctions
[i]->end(); I != E; ++I)
538
bool Ret = ReduceMiscompiledBlocks(BD, TestFn,
MiscompiledFunctions
)
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
Miscompilation.cpp
310
std::vector<Function *> &
MiscompiledFunctions
) {
319
ToNotOptimize.get(),
MiscompiledFunctions
, VMap);
345
for (unsigned i = 0, e =
MiscompiledFunctions
.size(); i != e; ++i)
346
MiscompiledFunctions
[i] = cast<Function>(VMap[
MiscompiledFunctions
[i]]);
375
for (unsigned i = 0, e =
MiscompiledFunctions
.size(); i != e; ++i)
376
MiscompiledFunctions
[i] = cast<Function>(VMap[
MiscompiledFunctions
[i]]);
392
for (Function *F :
MiscompiledFunctions
) {
400
MiscompiledFunctions
.clear()
[
all
...]
Completed in 746 milliseconds