OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastUse
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
RegisterPressure.cpp
538
bool
lastUse
= false;
541
lastUse
= LI && LI->killedAt(SlotIdx);
545
lastUse
= !TargetRegisterInfo::isVirtualRegister(Reg);
547
if (
lastUse
&& isLive) {
551
else if (!
lastUse
&& !isLive)
/external/yaffs2/yaffs2/
yaffs_guts.h
115
int
lastUse
;
Completed in 76 milliseconds