HomeSort by relevance Sort by last modified time
    Searched refs:isDead (Results 26 - 42 of 42) sorted by null

12

  /external/llvm/lib/CodeGen/
MachineSink.cpp 489 } else if (!MO.isDead()) {
ScheduleDAGInstrs.cpp 297 (Kind != SDep::Output || !MO.isDead() ||
374 if (!MO.isDead())
    [all...]
BranchFolding.cpp     [all...]
MachineCSE.cpp 217 (MO.isDead() || isPhysDefTriviallyDead(Reg, I, MBB->end())))
TargetInstrInfoImpl.cpp 102 bool Reg0IsDead = HasDef ? MI->getOperand(0).isDead() : false;
LiveVariables.cpp 379 assert(!MO->isDead());
InlineSpiller.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 442 if (MO.isReg() && MO.isDead())
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 631 bool isDead(SymbolRef sym) const {
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 239 /// isDead - Returns true if this is a dead def kill slot.
240 bool isDead() const { return getSlot() == Slot_Dead; }
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 404 if (!MO->isReg() || !MO->isDef() || !MO->isImplicit() || MO->isDead())
522 if (MO.isDef() && MO.getReg() == ARM::CPSR && !MO.isDead())
    [all...]
ARMBaseInstrInfo.cpp 225 if (WB.isDead())
241 if (MO.isDead())
    [all...]
ARMISelLowering.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 756 bool IsDead;
758 ContextLocation(const PathDiagnosticLocation &L, bool isdead = false)
759 : PathDiagnosticLocation(L), IsDead(isdead) {}
761 void markDead() { IsDead = true; }
762 bool isDead() const { return IsDead; }
823 if (!CLocs.back().isDead() && CLocs.back().asLocation().isFileID()) {
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp 159 bool Reg0IsDead = MI->getOperand(0).isDead();
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp     [all...]

Completed in 645 milliseconds

12