OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OutlinedCost
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineOutliner.h
204
unsigned
OutlinedCost
= getOutliningCost();
205
return (NotOutlinedCost <
OutlinedCost
) ? 0
206
: NotOutlinedCost -
OutlinedCost
;
MachineOutliner.h
204
unsigned
OutlinedCost
= getOutliningCost();
205
return (NotOutlinedCost <
OutlinedCost
) ? 0
206
: NotOutlinedCost -
OutlinedCost
;
Completed in 87 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026