Searched defs:isDeadObjectIndex (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h430 assert(!isDeadObjectIndex(ObjectIdx) &&
441 assert(!isDeadObjectIndex(ObjectIdx) &&
549 /// isDeadObjectIndex - Returns true if the specified index corresponds to
551 bool isDeadObjectIndex(int ObjectIdx) const { function in class:llvm::MachineFrameInfo

Completed in 57 milliseconds