Searched refs:FunctionNumber (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | MachineFunction.h | 122 unsigned FunctionNumber; 159 unsigned getFunctionNumber() const { return FunctionNumber; }
|
/external/llvm/lib/AsmParser/ |
D | LLParser.h | 272 int FunctionNumber; variable 274 PerFunctionState(LLParser &p, Function &f, int FunctionNumber);
|
D | LLParser.cpp | 1961 : P(p), F(f), FunctionNumber(functionNumber) { in PerFunctionState() 2000 FunctionID.UIntVal = FunctionNumber; in FinishFunction() 3137 int FunctionNumber = -1; in ParseFunctionBody() local 3138 if (!Fn.hasName()) FunctionNumber = NumberedVals.size()-1; in ParseFunctionBody() 3140 PerFunctionState PFS(*this, Fn, FunctionNumber); in ParseFunctionBody()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2025 unsigned FunctionNumber) { in PrintParentLoopComment() argument 2027 PrintParentLoopComment(OS, Loop->getParentLoop(), FunctionNumber); in PrintParentLoopComment() 2029 << "Parent Loop BB" << FunctionNumber << "_" in PrintParentLoopComment() 2038 unsigned FunctionNumber) { in PrintChildLoopComment() argument 2042 << "Child Loop BB" << FunctionNumber << "_" in PrintChildLoopComment() 2045 PrintChildLoopComment(OS, *CL, FunctionNumber); in PrintChildLoopComment()
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 80 FunctionNumber = FunctionNum; in MachineFunction()
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 901 static MCSymbol *getPICLabel(const char *Prefix, unsigned FunctionNumber, in getPICLabel() argument 905 + "PC" + Twine(FunctionNumber) + "_" + Twine(LabelId)); in getPICLabel()
|