OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeleteCalls
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/tools/bugpoint-passes/
TestPasses.cpp
52
///
DeleteCalls
- This pass is used to test bugpoint. It intentionally
54
class
DeleteCalls
: public BasicBlockPass {
57
DeleteCalls
() : BasicBlockPass(ID) {}
72
char
DeleteCalls
::ID = 0;
73
static RegisterPass<
DeleteCalls
>
74
Y("bugpoint-
deletecalls
",
/external/llvm/tools/bugpoint-passes/
TestPasses.cpp
52
///
DeleteCalls
- This pass is used to test bugpoint. It intentionally
54
class
DeleteCalls
: public BasicBlockPass {
57
DeleteCalls
() : BasicBlockPass(ID) {}
72
char
DeleteCalls
::ID = 0;
73
static RegisterPass<
DeleteCalls
>
74
Y("bugpoint-
deletecalls
",
Completed in 80 milliseconds