Home
last modified time | relevance | path

Searched refs:FunctionMDInfo (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h107 SmallDenseMap<unsigned, MDRange, 1> FunctionMDInfo; variable
H A DDXILValueEnumerator.cpp845 std::swap(R, FunctionMDInfo[PrevF]); in organizeMetadata()
859 FunctionMDInfo[PrevF] = R; in organizeMetadata()
865 auto R = FunctionMDInfo.lookup(getValueID(&F) + 1); in incorporateFunctionMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h104 SmallDenseMap<unsigned, MDRange, 1> FunctionMDInfo; variable
H A DValueEnumerator.cpp877 std::swap(R, FunctionMDInfo[PrevF]); in organizeMetadata()
891 FunctionMDInfo[PrevF] = R; in organizeMetadata()
897 auto R = FunctionMDInfo.lookup(getValueID(&F) + 1); in incorporateFunctionMetadata()