OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CSEOpt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
CSEInfo.h
77
std::unique_ptr<CSEConfigBase>
CSEOpt
;
145
CSEOpt
= std::move(Opt);
210
/// it will not use the new
CSEOpt
(use Recompute to force using the new
211
///
CSEOpt
).
212
GISelCSEInfo &get(std::unique_ptr<CSEConfigBase>
CSEOpt
,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
CSEInfo.cpp
222
assert(
CSEOpt
.get() && "CSEConfig not set");
223
return
CSEOpt
->shouldCSEOpc(Opc);
255
CSEOpt
.reset();
410
GISelCSEAnalysisWrapper::get(std::unique_ptr<CSEConfigBase>
CSEOpt
,
414
Info.setCSEConfig(std::move(
CSEOpt
));
Completed in 19 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026