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

  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 42 typedef MapVector<PHINode *, BBValueVector> PhiMap;
46 typedef DenseMap<BasicBlock *, PhiMap> BBPhiMap;
560 PhiMap &Map = DeletedPhis[To];
596 PhiMap &Map = DeletedPhis[To];
597 for (PhiMap::iterator PI = Map.begin(), PE = Map.end();
  /external/v8/src/compiler/
register-allocator.h 745 typedef ZoneMap<int, PhiMapValue*> PhiMap;
838 PhiMap phi_map_;
    [all...]

Completed in 45 milliseconds