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; member358 Context.MovVector.resize(MaxAdjust, nullptr); in collectCallInfo()397 assert((size_t)StackDisp < Context.MovVector.size() && in collectCallInfo()401 if (Context.MovVector[StackDisp] != nullptr) in collectCallInfo()403 Context.MovVector[StackDisp] = I; in collectCallInfo()427 auto MMI = Context.MovVector.begin(), MME = Context.MovVector.end(); in collectCallInfo()433 if (MMI == Context.MovVector.begin()) in collectCallInfo()460 MachineBasicBlock::iterator MOV = *Context.MovVector[Idx]; in adjustCallSequence()