HomeSort by relevance Sort by last modified time
    Searched defs:AliasMap (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLFormElement.h 150 typedef HashMap<RefPtr<AtomicStringImpl>, RefPtr<HTMLFormControlElement> > AliasMap;
153 OwnPtr<AliasMap> m_elementAliases;
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 133 std::vector<int> AliasMap;
196 assert(Reg < AliasMap.size() && "Invalid register");
197 return AliasMap[Reg];
666 // Initialize the AliasMap on the first use.
667 if (AliasMap.empty()) {
668 // Given a PhysReg, AliasMap[PhysReg] is either the relevant index into RC,
670 AliasMap.resize(TRI->getNumRegs(), -1);
674 AliasMap[*AI] = i;
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 422 typedef MapVector<Value*, Instruction* > AliasMap;
    [all...]

Completed in 104 milliseconds