HomeSort by relevance Sort by last modified time
    Searched refs:CurInst (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 713 SF.CurInst = SF.CurBB->begin(); // Update new instruction ptr...
715 if (!isa<PHINode>(SF.CurInst)) return; // Nothing fancy to do
720 for (; PHINode *PN = dyn_cast<PHINode>(SF.CurInst); ++SF.CurInst) {
731 SF.CurInst = SF.CurBB->begin();
732 for (unsigned i = 0; isa<PHINode>(SF.CurInst); ++SF.CurInst, ++i) {
733 PHINode *PN = cast<PHINode>(SF.CurInst);
876 // Restore the CurInst pointer to the first instruction newly inserted, if
879 SF.CurInst = Parent->begin()
    [all...]
Interpreter.h 73 BasicBlock::iterator CurInst; // The next instruction to execute

Completed in 117 milliseconds