OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasReturn
(Results
1 - 5
of
5
) sorted by null
/external/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) {}
147
bool
hasReturn
= cyclesUntilReturn(MBB, Cycles);
151
if (
hasReturn
) {
177
return BBInfo.
HasReturn
;
[
all
...]
/frameworks/compile/slang/
slang_rs_export_foreach.h
121
inline bool
hasReturn
() const {
slang_rs_reflection_cpp.cpp
278
if (ForEach->hasOut() || ForEach->
hasReturn
()) {
331
if (ef->hasOut() || ef->
hasReturn
()) {
379
if (ef->hasOut() || ef->
hasReturn
()) {
[
all
...]
slang_rs_reflection.cpp
879
if (EF->hasOut() || EF->
hasReturn
()) {
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp
277
bool
hasReturn
(const MachineBasicBlock &MBB) {
[
all
...]
Completed in 132 milliseconds