HomeSort by: relevance | last modified time | path
    Searched refs:isUnused (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveInterval.cpp 523 } while (!valnos.empty() && valnos.back()->isUnused());
538 assert(!VNI->isUnused() && "Unused valno used by live segment");
895 if (VNI->isUnused())
1029 if (vni->isUnused()) {
1328 if (VNI->isUnused()) {
1402 if (VNI.isUnused()) {
LiveIntervalCalc.cpp 125 if (!VNI->isUnused() && !VNI->isPHIDef())
CalcSpillWeights.cpp 88 if (VNI->isUnused())
SplitKit.cpp 173 if (!VNI->isPHIDef() && !VNI->isUnused())
962 if (VNI->isUnused())
1024 if (VNI->isUnused())
1108 if (VNI->isUnused())
1275 if (V->isUnused() || !V->isPHIDef())
1291 if (V->isUnused() || !V->isPHIDef())
1483 if (ParentVNI->isUnused())
LiveIntervals.cpp 368 if (VNI->isUnused())
521 if (VNI->isUnused())
615 if (VNI->isUnused())
850 if (PHI->isUnused() || !PHI->isPHIDef())
LiveRangeEdit.cpp 83 if (VNI->isUnused())
RenameIndependentSubregs.cpp 320 if (VNI.isUnused() || !VNI.isPHIDef())
RegisterCoalescer.cpp 824 assert(AValNo && !AValNo->isUnused() && "COPY source not live");
1098 assert(AValNo && !AValNo->isUnused() && "COPY source not live");
1129 if (VNI->isUnused())
1275 if (ValNo->isPHIDef() || ValNo->isUnused())
2632 if (VNI->isUnused()) {
3252 if (VNI->isUnused() || VNI->isPHIDef() || isDefInSubRange(LI, VNI->def))
RegisterScavenging.cpp 228 assert((KillRegs.test(Reg) || isUnused(Reg) ||
InlineSpiller.cpp 703 if (VNI->isUnused() || VNI->isPHIDef() || UsedValues.count(VNI))
MachineVerifier.cpp 2730 if (VNI->isUnused())
2834 if (VNI->isUnused()) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.h 367 unsigned IsUnused : 1;
372 : IsVolatile(false), IsUnused(false), IsExternallyDestructed(false) {}
373 ReturnValueSlot(Address Addr, bool IsVolatile, bool IsUnused = false,
375 : Addr(Addr), IsVolatile(IsVolatile), IsUnused(IsUnused),
381 bool isUnused() const { return IsUnused; }
CGObjCMac.cpp 1823 if (!returnSlot.isUnused())
2260 if (Return.isUnused())
CGCall.cpp 4681 if (HaveInsertPoint() && ReturnValue.isUnused()) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveInterval.h 81 bool isUnused() const { return !def.isValid(); }

Completed in 52 milliseconds