Searched refs:FunctionMDInfo (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h105 SmallDenseMap<unsigned, MDRange, 1> FunctionMDInfo; member in class:llvm::ValueEnumerator
H A DValueEnumerator.cpp778 std::swap(R, FunctionMDInfo[PrevF]);
792 FunctionMDInfo[PrevF] = R;
798 auto R = FunctionMDInfo.lookup(getValueID(&F) + 1);

Completed in 55 milliseconds