Lines Matching refs:Function
30 class Function;
123 /// debugCodeGenerator - This method narrows down a module to a function or
191 /// this function.
207 /// EmitProgressBitcode - This function is used to output M to a file named
228 /// function. This returns null if there are no extractable loops in the
236 /// this function should return null, otherwise it returns a new Module.
311 void PrintFunctionList(const std::vector<Function*> &Funcs);
317 // DeleteFunctionBody - "Remove" the function by deleting all of it's basic
320 void DeleteFunctionBody(Function *F);
325 Module *SplitFunctionsOutOfModule(Module *M, const std::vector<Function*> &F,