Searched refs:MovVector (Results 1 – 1 of 1) sorted by relevance
57 MovVector(4, nullptr), NoStackParams(false), UsePush(false){}; in CallContext()69 SmallVector<MachineInstr *, 4> MovVector; member285 Context.MovVector.resize(MaxAdjust, nullptr); in collectCallInfo()318 assert((size_t)StackDisp < Context.MovVector.size() && in collectCallInfo()322 if (Context.MovVector[StackDisp] != nullptr) in collectCallInfo()324 Context.MovVector[StackDisp] = I; in collectCallInfo()352 auto MMI = Context.MovVector.begin(), MME = Context.MovVector.end(); in collectCallInfo()358 if (MMI == Context.MovVector.begin()) in collectCallInfo()386 MachineBasicBlock::iterator MOV = *Context.MovVector[Idx]; in adjustCallSequence()