Lines Matching refs:Function
22 /// function until all opportunities for promotion have been realized.
41 #include "llvm/IR/Function.h"
536 // function is being instrumented for addressing bugs or race conditions.
1315 /// Each alloca in the function is added to this. Each new alloca formed gets
1346 bool runOnFunction(Function &F);
1363 bool promoteAllocas(Function &F);
1797 /// If no natural GEP can be constructed, this function returns null.
3599 /// based on the SSAUpdater utilities. This function returns whether any
3601 bool SROA::promoteAllocas(Function &F) {
3667 bool SROA::runOnFunction(Function &F) {
3668 DEBUG(dbgs() << "SROA function: " << F.getName() << "\n");