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

  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 108 InstIt = ReverseMap.find(Inst);
109 assert(InstIt != ReverseMap.end() && "Reverse map out of sync?");
110 bool Found = InstIt->second.erase(Val);
112 if (InstIt->second.empty())
113 ReverseMap.erase(InstIt);
    [all...]
  /external/llvm/lib/MC/MCAnalysis/
MCModuleYAML.cpp 361 typedef std::vector<MCModuleYAML::Inst>::const_iterator InstIt;
377 for (InstIt II = AI->Insts.begin(), IE = AI->Insts.end(); II != IE;

Completed in 53 milliseconds