Lines Matching full:reg
291 …GateRef ResolveDef(const size_t bbId, int32_t bcId, const uint16_t reg, const bool acc, bool needI…
292 GateRef ResolveDef(const BytecodeRegion &bb, int32_t bcId, const uint16_t reg, const bool acc);
564 void NewPhi(BytecodeRegion &bb, uint16_t reg, bool acc, GateRef ¤tPhi);
565 GateRef NewLoopBackPhi(BytecodeRegion &bb, uint16_t reg, bool acc);
566 GateRef NewLoopForwardPhi(BytecodeRegion &bb, uint16_t reg, bool acc);
567 bool IsLoopExitValueExists(GateRef loopExit, uint16_t reg, bool acc);
568 GateRef GetLoopExitValue(GateRef loopExit, uint16_t reg, bool acc);
569 GateRef CreateLoopExitValue(GateRef loopExit, uint16_t reg, bool acc, GateRef value);
570 GateRef NewLoopExitValue(GateRef loopExit, uint16_t reg, bool acc, GateRef value);
571 … GateRef NewValueFromPredBB(BytecodeRegion &bb, size_t idx, GateRef exit, uint16_t reg, bool acc);
588 inline bool IsFirstBCEnvIn(const size_t bbId, const size_t bcIndex, const uint16_t reg) const in IsFirstBCEnvIn() argument
590 return (IsFirstBasicBlock(bbId) && bcIndex == 0 && reg == GetNumberVRegs()); in IsFirstBCEnvIn()