Lines Matching defs:FN
289 void replaceFunctionInTree(const FunctionNode &FN, Function *G);
299 // there is exactly one mapping F -> FN for each FunctionNode FN in FnTree.
941 void MergeFunctions::replaceFunctionInTree(const FunctionNode &FN,
943 Function *F = FN.getFunc();
952 assert(&(*IterToFNInFnTree) == &FN && "F should map to FN in FNodesInTree.");
953 // Remove F -> FN and insert G -> FN
956 // Replace F with G in FN, which is stored inside the FnTree.
957 FN.replaceBy(G);