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

  /external/llvm/lib/CodeGen/
SplitKit.h 273 typedef PointerIntPair<VNInfo*, 1> ValueForcePair;
274 typedef DenseMap<std::pair<unsigned, unsigned>, ValueForcePair> ValueMap;
SplitKit.cpp 387 ValueForcePair(VNI, false)));
399 InsP.first->second = ValueForcePair();
411 ValueForcePair &VFP = Values[std::make_pair(RegIdx, ParentVNI->id)];
427 VFP = ValueForcePair(nullptr, true);
867 ValueForcePair VFP = Values.lookup(std::make_pair(RegIdx, ParentVNI->id));
    [all...]

Completed in 44 milliseconds