Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:CurBB

930   BasicBlock *PrevBB = SF.CurBB;      // Remember where we came from...
931 SF.CurBB = Dest; // Update CurBB to branch destination
932 SF.CurInst = SF.CurBB->begin(); // Update new instruction ptr...
950 SF.CurInst = SF.CurBB->begin();
2094 StackFrame.CurBB = F->begin();
2095 StackFrame.CurInst = StackFrame.CurBB->begin();