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

  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 488 BasicBlock::const_iterator OldI = OldBB->begin();
492 assert(VMap[OldI] == PN && "VMap mismatch");
493 VMap[OldI] = NV;
495 ++OldI;
  /external/llvm/lib/VMCore/
ConstantsContext.h 622 typename MapTy::iterator OldI = FindExistingElement(C);
623 assert(OldI != Map.end() && "Constant not found in constant table!");
624 assert(OldI->second == C && "Didn't find correct element?");
627 Map.erase(OldI);

Completed in 36 milliseconds