OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasAliases
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstr.cpp
1882
bool
hasAliases
= isPhysReg &&
1912
} else if (
hasAliases
&& MO.isKill() && Register::isPhysicalRegister(Reg)) {
1961
bool
hasAliases
= isPhysReg &&
1976
} else if (
hasAliases
&& MO.isDead() &&
MachineVerifier.cpp
2640
bool
hasAliases
= MCRegAliasIterator(LiveInReg, TRI, false).isValid();
2641
if (
hasAliases
|| isAllocatable(LiveInReg) || isReserved(LiveInReg))
Completed in 28 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026