Lines Matching refs:Function
26 #include "llvm/Function.h"
70 bool runOnFunction(Function &F);
72 bool performScalarRepl(Function &F);
73 bool performPromotion(Function &F);
901 bool SROA::runOnFunction(Function &F) {
1289 bool SROA::performPromotion(Function &F) {
1295 BasicBlock &BB = F.getEntryBlock(); // Get the entry node for the function
1350 // which runs on all of the alloca instructions in the function, removing them
1353 bool SROA::performScalarRepl(Function &F) {
2041 // function is only called for mem intrinsics that access the whole
2517 // If this is the function being called then we treat it like a load and