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

/external/llvm/include/llvm/Target/
H A DTargetLowering.h849 /// TargetLoweringOpt - A convenience struct that encapsulates a DAG, and two
852 struct TargetLoweringOpt { struct in namespace:llvm
859 explicit TargetLoweringOpt(SelectionDAG &InDAG, function in struct:llvm::TargetLoweringOpt
896 TargetLoweringOpt &TLO, unsigned Depth = 0) const;
936 void CommitTargetLoweringOpt(const TargetLoweringOpt &TLO);

Completed in 1615 milliseconds