OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isBottomClosed
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
RegisterPressure.h
364
bool
isBottomClosed
() const;
405
assert(
isBottomClosed
() && "Uninitialized pressure tracker");
426
assert(
isBottomClosed
() && "Uninitialized pressure tracker");
/external/llvm/lib/CodeGen/
RegisterPressure.cpp
73
if (!isTopClosed() || !
isBottomClosed
()) {
240
bool RegPressureTracker::
isBottomClosed
() const {
283
if (!isTopClosed() && !
isBottomClosed
()) {
287
if (!
isBottomClosed
())
300
assert(
isBottomClosed
() && "need bottom-up tracking to intialize.");
521
if (!
isBottomClosed
())
603
if (
isBottomClosed
()) {
[
all
...]
Completed in 75 milliseconds