OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemapFunction
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ValueMapper.h
117
/// - \a
remapFunction
().
177
void
remapFunction
(Function &F);
266
inline void
RemapFunction
(Function &F, ValueToValueMapTy &VM,
270
ValueMapper(VM, Flags, TypeMapper, Materializer).
remapFunction
(F);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ValueMapper.cpp
72
RemapFunction
148
void
remapFunction
(Function &F);
880
case WorklistEntry::
RemapFunction
:
881
remapFunction
(*E.Data.RemapF);
979
void Mapper::
remapFunction
(Function &F) {
1089
WE.Kind = WorklistEntry::
RemapFunction
;
1158
void ValueMapper::
remapFunction
(Function &F) {
1159
FlushingMapper(pImpl)->
remapFunction
(F);
Completed in 17 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026