Home
last modified time | relevance | path

Searched refs:generateMachineFunctionNum (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionAnalysis.cpp40 F, *TM, STI, Context.generateMachineFunctionNum(F), MMI); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h160 unsigned generateMachineFunctionNum(Function &);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp124 unsigned LLVMContext::generateMachineFunctionNum(Function &F) { in generateMachineFunctionNum() function in LLVMContext