OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ore
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
OptimizationRemarkEmitter.h
38
/// This variant can be used to generate
ORE
on demand (without the
106
/// If we generate BFI on demand, we need to free it when
ORE
is freed.
127
namespace
ore
{
namespace in namespace:llvm
139
std::unique_ptr<OptimizationRemarkEmitter>
ORE
;
149
assert(
ORE
&& "pass not run yet");
150
return *
ORE
;
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineOptimizationRemarkEmitter.h
133
/// Extend llvm::
ore
:: with MI-specific helper names.
134
namespace
ore
{
namespace in namespace:llvm
213
std::unique_ptr<MachineOptimizationRemarkEmitter>
ORE
;
223
assert(
ORE
&& "pass not run yet");
224
return *
ORE
;
Completed in 37 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026