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

/external/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h1 //===-- FunctionLoweringInfo.h - Lower functions from LLVM IR to CodeGen --===//
49 /// FunctionLoweringInfo - This contains information that is global to a
52 class FunctionLoweringInfo { class in namespace:llvm
124 explicit FunctionLoweringInfo(const TargetMachine &TM) : TM(TM) {} function in class:llvm::FunctionLoweringInfo
126 /// set - Initialize this FunctionLoweringInfo with the given Function
132 /// FunctionLoweringInfo to an empty state, ready to be used for a

Completed in 95 milliseconds