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, MMI.getContext(), Context.generateMachineFunctionNum(F)); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h166 LLVM_ABI unsigned generateMachineFunctionNum(Function &);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp109 unsigned LLVMContext::generateMachineFunctionNum(Function &F) { in generateMachineFunctionNum() function in LLVMContext