Searched defs:getFunctionNumber (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h157 /// getFunctionNumber - Return a unique ID for the current function.
159 unsigned getFunctionNumber() const { return FunctionNumber; } function in class:llvm::MachineFunction
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp125 /// getFunctionNumber - Return a unique ID for the current function.
127 unsigned AsmPrinter::getFunctionNumber() const { function in class:AsmPrinter
128 return MF->getFunctionNumber();
2085 (Twine(DL->getPrivateGlobalPrefix()) + "CPI" + Twine(getFunctionNumber())
2099 (Twine(DL->getPrivateGlobalPrefix()) + Twine(getFunctionNumber()) + "_" +
2160 Twine(AP.getFunctionNumber())+"_" +
2170 PrintParentLoopComment(OS, Loop->getParentLoop(), AP.getFunctionNumber());
2180 PrintChildLoopComment(OS, Loop, AP.getFunctionNumber());

Completed in 92 milliseconds