OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shouldinline
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h
84
///
shouldInline
- Return true if the inliner should attempt to
86
bool
shouldInline
(CallSite CS);
/external/llvm/lib/Transforms/IPO/
Inliner.cpp
346
bool Inliner::
shouldInline
(CallSite CS) {
585
if (!
shouldInline
(CS)) {
[
all
...]
/external/llvm/lib/Analysis/
InlineCost.cpp
[
all
...]
Completed in 3520 milliseconds