Lines Matching refs:Function
48 bool PerformDefaultLowering(Function &F, GCStrategy &Coll);
49 static bool InsertRootInitializers(Function &F,
60 bool runOnFunction(Function &F);
65 /// function representation to identify safe points for the garbage collector
67 /// GCMetadata record for each function.
114 bool GCStrategy::performCustomLowering(Function &F) {
126 GCFunctionInfo *GCStrategy::insertFunctionInfo(const Function &F) {
181 bool LowerIntrinsics::InsertRootInitializers(Function &F, AllocaInst **Roots,
245 if (Function *F = CI->getCalledFunction())
255 bool LowerIntrinsics::runOnFunction(Function &F) {
281 bool LowerIntrinsics::PerformDefaultLowering(Function &F, GCStrategy &S) {
289 for (Function::iterator BB = F.begin(), E = F.end(); BB != E; ++BB) {
292 Function *F = CI->getCalledFunction();