Home | History | Annotate | Download | only in IPO

Lines Matching refs:Module

34 #include "llvm/IR/Module.h"
130 // As the code generation for module is finished (and DIBuilder is
146 bool runOnModule(Module &M);
156 void CollectFunctionDIs(Module &M);
196 /// CollectFunctionDIs - Map each function in the module to its debug info
198 void DAE::CollectFunctionDIs(Module &M) {
201 for (Module::named_metadata_iterator I = M.named_metadata_begin(),
258 // Create the new function body and insert it into the module...
867 // Create the new function body and insert it into the module...
1088 bool DAE::runOnModule(Module &M) {
1099 for (Module::iterator I = M.begin(), E = M.end(); I != E; ) {
1105 // Second phase:loop through the module, determining which arguments are live.
1110 for (Module::iterator I = M.begin(), E = M.end(); I != E; ++I)
1115 for (Module::iterator I = M.begin(), E = M.end(); I != E; ) {
1124 for (Module::iterator I = M.begin(), E = M.end(); I != E; ++I) {