Home
last modified time | relevance | path

Searched refs:ValueForcePair (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDSplitKit.h324 using ValueForcePair = PointerIntPair<VNInfo *, 1>; variable
325 using ValueMap = DenseMap<std::pair<unsigned, unsigned>, ValueForcePair>;
HDSplitKit.cpp484 ValueForcePair FP(Force ? nullptr : VNI, Force); in defValue()
500 InsP.first->second = ValueForcePair(nullptr, Force); in defValue()
509 ValueForcePair &VFP = Values[std::make_pair(RegIdx, ParentVNI.id)]; in forceRecompute()
524 VFP = ValueForcePair(nullptr, true); in forceRecompute()
1167 ValueForcePair VFP = Values.lookup(std::make_pair(RegIdx, ParentVNI->id)); in transferValues()