OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAliased
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h
42
///
isAliased
- Test whether the memory pointed to by this
44
virtual bool
isAliased
(const MachineFrameInfo *) const;
98
virtual bool
isAliased
(const MachineFrameInfo *MFI) const;
/external/llvm/lib/CodeGen/
PseudoSourceValue.cpp
92
bool PseudoSourceValue::
isAliased
(const MachineFrameInfo *MFI) const {
113
bool FixedStackPseudoSourceValue::
isAliased
(const MachineFrameInfo *MFI) const {
ScheduleDAGInstrs.cpp
150
if (PSV->
isAliased
(MFI)) {
477
if (PSV->
isAliased
(MFI))
[
all
...]
/external/clang/lib/CodeGen/
CGValue.h
385
enum IsAliased_t { IsNotAliased,
IsAliased
};
411
IsAliased_t
isAliased
,
420
AV.AliasedFlag =
isAliased
;
427
IsAliased_t
isAliased
,
430
LV.getQuals(), isDestructed, needsGC,
isAliased
, isZeroed);
/external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp
479
if (PSV->
isAliased
(MFI))
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar
Completed in 1221 milliseconds