OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsLoopHeader
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/
PHIElimination.cpp
555
bool
IsLoopHeader
= CurLoop && &MBB == CurLoop->getHeader();
572
if (
IsLoopHeader
&& PreLoop == CurLoop && !SplitAllCriticalEdges)
/external/v8/src/compiler/
schedule.h
141
inline bool
IsLoopHeader
() const { return loop_end_ != nullptr; }
/external/v8/src/crankshaft/
hydrogen.h
50
return
IsLoopHeader
() ? loop_information()
82
bool
IsLoopHeader
() const { return loop_information() != NULL; }
[
all
...]
/art/compiler/optimizing/
nodes.h
900
return
IsLoopHeader
() ? loop_information_->NumberOfBackEdges() : 0;
[
all
...]
Completed in 338 milliseconds