OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLiveOut
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/CodeGen/
PHIElimination.cpp
410
!LV->
isLiveOut
(SrcReg, opBlock)) {
473
bool
isLiveOut
= false;
481
isLiveOut
= true;
486
if (!
isLiveOut
) {
575
// LV doesn't consider a phi use live-out, so
isLiveOut
only returns true
651
return LV->
isLiveOut
(Reg, *MBB);
MachineBasicBlock.cpp
[
all
...]
MachineVerifier.cpp
175
bool
isLiveOut
(unsigned Reg) const {
[
all
...]
LiveVariables.cpp
739
bool LiveVariables::
isLiveOut
(unsigned Reg, const MachineBasicBlock &MBB) {
/external/llvm/include/llvm/CodeGen/
LiveVariables.h
289
///
isLiveOut
- Determine if Reg is live out from MBB, when not considering
292
bool
isLiveOut
(unsigned Reg, const MachineBasicBlock &MBB);
/external/llvm/lib/Target/AMDGPU/
SIFixSGPRLiveRanges.cpp
143
if (LV->
isLiveOut
(Def, *MBB))
/external/mesa3d/src/gallium/drivers/radeon/
R600ISelLowering.cpp
263
if (!MRI.
isLiveOut
(Reg)) {
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp
[
all
...]
Completed in 290 milliseconds