Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Function

31 #include "llvm/IR/Function.h"
56 virtual bool runOnFunction(Function &F) {
63 for (Function::iterator I = F.begin(), E = F.end(); I != E; ++I)
126 // function.
166 if (Function *F = CS.getCalledFunction()) {
189 /// If isRemovable returns true, this function and getLocForRead completely
455 /// This function detects when it is unsafe to remove a dependent instruction
721 /// function end block. Ex:
730 // function.
740 // then it's leaked by this function anyways.
746 // function.
747 for (Function::arg_iterator AI = BB.getParent()->arg_begin(),
809 // Remove allocation function calls from the list of dead stack objects;