Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:getFunctionNumber

122 /// getFunctionNumber - Return a unique ID for the current function.
124 unsigned AsmPrinter::getFunctionNumber() const {
125 return MF->getFunctionNumber();
1984 (Twine(MAI->getPrivateGlobalPrefix()) + "CPI" + Twine(getFunctionNumber())
1997 (Twine(MAI->getPrivateGlobalPrefix()) + Twine(getFunctionNumber()) + "_" +
2064 Twine(AP.getFunctionNumber())+"_" +
2074 PrintParentLoopComment(OS, Loop->getParentLoop(), AP.getFunctionNumber());
2084 PrintChildLoopComment(OS, Loop, AP.getFunctionNumber());