Home | History | Annotate | Download | only in Utils

Lines Matching refs:Function

19 #include "llvm/Function.h"
40 virtual bool runOnFunction(Function &F);
70 /// The comparison function for sorting the switch case values in the vector.
94 bool LowerSwitch::runOnFunction(Function &F) {
97 for (Function::iterator I = F.begin(), E = F.end(); I != E; ) {
128 // the case values. The function recursively builds this tree.
157 Function* F = OrigBlock->getParent();
159 Function::iterator FI = OrigBlock;
179 Function* F = OrigBlock->getParent();
181 Function::iterator FI = OrigBlock;
279 Function *F = CurBlock->getParent();