Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Function

35 #include "llvm/IR/Function.h"
83 bool runOnFunction(Function &F);
85 bool performScalarRepl(Function &F);
86 bool performPromotion(Function &F);
1022 bool SROA::runOnFunction(Function &F) {
1406 bool SROA::performPromotion(Function &F) {
1412 BasicBlock &BB = F.getEntryBlock(); // Get the entry node for the function
1465 // which runs on all of the alloca instructions in the function, removing them
1468 bool SROA::performScalarRepl(Function &F) {
2193 // function is only called for mem intrinsics that access the whole