Home | History | Annotate | Download | only in Interpreter

Lines Matching full:curbb

947   BasicBlock *PrevBB = SF.CurBB;      // Remember where we came from...
948 SF.CurBB = Dest; // Update CurBB to branch destination
949 SF.CurInst = SF.CurBB->begin(); // Update new instruction ptr...
967 SF.CurInst = SF.CurBB->begin();
1916 StackFrame.CurBB = F->begin();
1917 StackFrame.CurInst = StackFrame.CurBB->begin();