Searched refs:MovVector (Results 1 – 1 of 1) sorted by relevance
58 MovVector(4, nullptr), NoStackParams(false), UsePush(false) {} in CallContext()73 SmallVector<MachineInstr *, 4> MovVector; member364 Context.MovVector.resize(MaxAdjust, nullptr); in collectCallInfo()403 assert((size_t)StackDisp < Context.MovVector.size() && in collectCallInfo()407 if (Context.MovVector[StackDisp] != nullptr) in collectCallInfo()409 Context.MovVector[StackDisp] = &*I; in collectCallInfo()433 auto MMI = Context.MovVector.begin(), MME = Context.MovVector.end(); in collectCallInfo()439 if (MMI == Context.MovVector.begin()) in collectCallInfo()466 MachineBasicBlock::iterator MOV = *Context.MovVector[Idx]; in adjustCallSequence()