reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2519 assert(!F.isDeclaration() && !F.empty() && 2519 assert(!F.isDeclaration() && !F.empty() && 2521 assert(shouldRewriteStatepointsIn(F) && "mismatch in rewrite decision"); 2533 bool MadeChange = removeUnreachableBlocks(F, &DTU); 2541 for (Instruction &I : instructions(F)) { 2562 for (BasicBlock &BB : F) 2588 for (BasicBlock &BB : F) { 2604 for (Instruction &I : instructions(F)) { 2626 MadeChange |= insertParsePoints(F, DT, TTI, ParsePointNeeded);