OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAliasUsed
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
RegisterScavenging.h
168
///
isAliasUsed
function, we only check isReserved if this is the original
175
///
isAliasUsed
- Is Reg or an alias currently in use?
176
bool
isAliasUsed
(unsigned Reg) const;
/external/llvm/lib/CodeGen/
RegisterScavenging.cpp
39
bool RegScavenger::
isAliasUsed
(unsigned Reg) const {
261
if (!
isAliasUsed
(*I)) {
275
if (!
isAliasUsed
(*I))
390
if (!
isAliasUsed
(SReg)) {
Completed in 91 milliseconds