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

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

Completed in 88 milliseconds