OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasReturn
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/X86/
X86PadShortFunction.cpp
37
//
HasReturn
- Whether the BB contains a return instruction
38
bool
HasReturn
;
40
// Cycles - Number of cycles until return if
HasReturn
is true, otherwise
44
VisitedBBInfo() :
HasReturn
(false), Cycles(0) {}
45
VisitedBBInfo(bool
HasReturn
, unsigned int Cycles)
46
:
HasReturn
(
HasReturn
), Cycles(Cycles) {}
146
bool
hasReturn
= cyclesUntilReturn(MBB, Cycles);
150
if (
hasReturn
) {
176
return BBInfo.
HasReturn
;
[
all
...]
/frameworks/compile/slang/
slang_rs_export_foreach.h
105
inline bool
hasReturn
() const {
slang_rs_reflection_cpp.cpp
248
if (ef->hasOut() || ef->
hasReturn
()) {
382
if (ef->hasOut() || ef->
hasReturn
()) {
429
if (ef->hasOut() || ef->
hasReturn
()) {
slang_rs_reflection.cpp
662
slangAssert(EF->getNumParameters() > 0 || EF->
hasReturn
());
666
if (EF->hasOut() || EF->
hasReturn
())
718
if (EF->hasOut() || EF->
hasReturn
()) {
748
if (EF->hasIn() && (EF->hasOut() || EF->
hasReturn
())) {
777
if (EF->hasOut() || EF->
hasReturn
())
[
all
...]
Completed in 139 milliseconds