Home
last modified time | relevance | path

Searched refs:hasRedefByEC (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegisterCoalescer.cpp465 if (AValNo->hasRedefByEC()) in AdjustCopiesBackFrom()
1492 if (VNI->hasRedefByEC()) in JoinIntervals()
1519 if (VNI->hasRedefByEC()) in JoinIntervals()
1605 if (NewVNInfo[LHSValNoAssignments[I->valno->id]]->hasRedefByEC()) in JoinIntervals()
DLiveInterval.cpp642 if (vni->hasRedefByEC()) in print()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveInterval.h115 bool hasRedefByEC() const { return flags & REDEF_BY_EC; } in hasRedefByEC() function