OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isArtificial
(Results
1 - 14
of
14
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h
179
bool
isArtificial
() const {
180
if (Var.
isArtificial
())
182
if (getType().
isArtificial
())
DwarfCompileUnit.cpp
[
all
...]
DwarfDebug.cpp
401
if (ATy.
isArtificial
())
[
all
...]
/external/llvm/include/llvm/
DebugInfo.h
239
bool
isArtificial
() const {
402
unsigned
isArtificial
() const {
579
///
isArtificial
- Return true if this variable is marked as "artificial".
580
bool
isArtificial
() const {
/external/llvm/include/llvm/CodeGen/
ScheduleDAG.h
202
///
isArtificial
- Test if this is an Order dependence that is marked
204
bool
isArtificial
() const {
642
return getSDep().
isArtificial
();
/external/llvm/lib/CodeGen/
ScheduleDAG.cpp
347
if (I->
isArtificial
())
367
if (I->
isArtificial
())
MachineScheduler.cpp
339
SuccSU->addPred(PredDep, /*Required=*/!PredDep.
isArtificial
());
[
all
...]
/frameworks/compile/slang/
slang_rs.cpp
114
if (ERT->
isArtificial
())
slang_rs_export_type.h
530
bool
IsArtificial
,
534
mIsArtificial(
IsArtificial
),
554
inline bool
isArtificial
() const { return mIsArtificial; }
slang_rs_reflection.cpp
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp
359
if (!I->
isArtificial
())
367
if (I->
isArtificial
())
404
if (I->
isArtificial
())
ScheduleDAGRRList.cpp
[
all
...]
/external/llvm/lib/IR/
DebugInfo.cpp
[
all
...]
DIBuilder.cpp
784
if (Ty.
isArtificial
())
[
all
...]
Completed in 257 milliseconds