OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutlinedFunctionNum
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineOutliner.cpp
396
InstructionMapper &Mapper, unsigned &
OutlinedFunctionNum
);
408
bool doOutline(Module &M, unsigned &
OutlinedFunctionNum
);
735
unsigned &
OutlinedFunctionNum
) {
763
OF.MF = createOutlinedFunction(M, OF, Mapper,
OutlinedFunctionNum
);
766
OutlinedFunctionNum
++; // Created a function, move to the next name.
985
unsigned
OutlinedFunctionNum
= 0;
988
if (!doOutline(M,
OutlinedFunctionNum
))
992
OutlinedFunctionNum
= 0;
994
if (!doOutline(M,
OutlinedFunctionNum
)) {
1006
bool MachineOutliner::doOutline(Module &M, unsigned &
OutlinedFunctionNum
) {
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
IROutliner.h
256
/// \param [in,out]
OutlinedFunctionNum
- the number of new outlined
260
unsigned &
OutlinedFunctionNum
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
IROutliner.cpp
1188
std::vector<Function *> &FuncsToRemove, unsigned &
OutlinedFunctionNum
) {
1189
createFunction(M, CurrentGroup,
OutlinedFunctionNum
);
1219
OutlinedFunctionNum
++;
1535
unsigned
OutlinedFunctionNum
= 0;
1673
OutlinedFunctionNum
);
1679
return
OutlinedFunctionNum
;
Completed in 21 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026