OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasReturn
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86PadShortFunction.cpp
39
//
HasReturn
- Whether the BB contains a return instruction
40
bool
HasReturn
;
42
// Cycles - Number of cycles until return if
HasReturn
is true, otherwise
46
VisitedBBInfo() :
HasReturn
(false), Cycles(0) {}
47
VisitedBBInfo(bool
HasReturn
, unsigned int Cycles)
48
:
HasReturn
(
HasReturn
), Cycles(Cycles) {}
167
bool
hasReturn
= cyclesUntilReturn(MBB, Cycles);
171
if (
hasReturn
) {
197
return BBInfo.
HasReturn
;
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineCost.cpp
292
bool
HasReturn
= false;
1897
bool Free = !
HasReturn
;
1898
HasReturn
= true;
Completed in 29 milliseconds
Indexes created Mon Sep 07 00:24:45 UTC 2026