Home | History | Annotate | Download | only in Utils

Lines Matching refs:Function

24 #include "llvm/Function.h"
42 virtual bool runOnFunction(Function &F);
68 bool BreakCriticalEdges::runOnFunction(Function &F) {
70 for (Function::iterator I = F.begin(), E = F.end(); I != E; ++I) {
121 /// may require new PHIs in the new exit block. This function inserts the
164 /// It is invalid to call this function on a critical edge that starts at an
181 // it in this generic function.
194 // Insert the block into the function... right after the block TI lives in.
195 Function &F = *TIBB->getParent();
196 Function::iterator FBBI = TIBB;