OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutputMappings
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
IROutliner.cpp
438
/// \param [in]
OutputMappings
- The mapping of values that have been replaced
444
const DenseMap<Value *, Value *> &
OutputMappings
,
451
if (
OutputMappings
.find(Input) !=
OutputMappings
.end())
452
Input =
OutputMappings
.find(Input)->second;
463
/// \param [in]
OutputMappings
- The mapping of values that have been replaced
466
/// \p
OutputMappings
that will be extracted.
469
const DenseMap<Value *, Value *> &
OutputMappings
,
474
if (
OutputMappings
.find(Input) !=
OutputMappings
.end()
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
IROutliner.h
281
DenseMap<Value *, Value *>
OutputMappings
;
Completed in 20 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026