OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isLiveOut
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIOptimizeExecMasking.cpp
286
static bool
isLiveOut
(const MachineBasicBlock &MBB, unsigned Reg) {
359
if (
isLiveOut
(MBB, CopyToExec)) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveVariables.cpp
732
bool LiveVariables::
isLiveOut
(Register Reg, const MachineBasicBlock &MBB) {
PHIElimination.cpp
490
!LV->
isLiveOut
(SrcReg, opBlock)) {
553
bool
isLiveOut
= false;
560
isLiveOut
= true;
565
if (!
isLiveOut
) {
654
// LV doesn't consider a phi use live-out, so
isLiveOut
only returns true
732
return LV->
isLiveOut
(Reg, *MBB);
MachineVerifier.cpp
186
bool
isLiveOut
(Register Reg) const {
2530
// calcRegsPassed has been run so BBInfo::
isLiveOut
is valid.
2578
!PrInfo.
isLiveOut
(MO0.getReg()))
Completed in 23 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026