Searched refs:NewORE (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAG.h | 459 void init(MachineFunction &NewMF, OptimizationRemarkEmitter &NewORE, 464 void init(MachineFunction &NewMF, OptimizationRemarkEmitter &NewORE, 469 init(NewMF, NewORE, nullptr, LibraryInfo, UA, PSIin, BFIin, FnVarLocs);
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 1333 OptimizationRemarkEmitter &NewORE, Pass *PassPtr, in init() argument 1340 ORE = &NewORE; in init()
|