OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasInterval
(Results
1 - 9
of
9
) sorted by null
/external/llvm/include/llvm/CodeGen/
LiveStackAnalysis.h
73
bool
hasInterval
(int Slot) const {
LiveIntervalAnalysis.h
115
bool
hasInterval
(unsigned Reg) const {
121
if (!
hasInterval
(Reg)) {
/external/llvm/lib/CodeGen/
LiveRangeEdit.cpp
319
if (LIS.
hasInterval
(Reg) && MRI.reg_nodbg_empty(Reg)) {
MachineVerifier.cpp
[
all
...]
StackSlotColoring.cpp
156
if (!LS->
hasInterval
(FI))
LiveDebugVariables.cpp
591
if (!LIS.
hasInterval
(DstReg))
656
if (LIS.
hasInterval
(Loc.getReg())) {
[
all
...]
InlineSpiller.cpp
685
if (!LIS.
hasInterval
(SVI.SpillReg)) {
[
all
...]
LiveIntervalAnalysis.cpp
149
if (
hasInterval
(Reg))
[
all
...]
MachineBasicBlock.cpp
872
if (PHISrcRegs.count(Reg) || !LIS->
hasInterval
(Reg))
[
all
...]
Completed in 141 milliseconds