Lines Matching refs:Function
47 bool PerformDefaultLowering(Function &F, GCStrategy &Coll);
48 static bool InsertRootInitializers(Function &F,
59 bool runOnFunction(Function &F);
64 /// function representation to identify safe points for the garbage collector
66 /// GCMetadata record for each function.
113 bool GCStrategy::performCustomLowering(Function &F) {
119 GCFunctionInfo *GCStrategy::insertFunctionInfo(const Function &F) {
174 bool LowerIntrinsics::InsertRootInitializers(Function &F, AllocaInst **Roots,
238 if (Function *F = CI->getCalledFunction())
248 bool LowerIntrinsics::runOnFunction(Function &F) {
274 bool LowerIntrinsics::PerformDefaultLowering(Function &F, GCStrategy &S) {
282 for (Function::iterator BB = F.begin(), E = F.end(); BB != E; ++BB) {
285 Function *F = CI->getCalledFunction();