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

/openbsd-current/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.cpp1067 SmallVector<LocalAsMetadata *, 8> FnLocalMDVector; local
1076 FnLocalMDVector.push_back(Local);
1083 FnLocalMDVector.push_back(Local);
1096 for (unsigned i = 0, e = FnLocalMDVector.size(); i != e; ++i) {
1099 assert(ValueMap.count(FnLocalMDVector[i]->getValue()) &&
1101 EnumerateFunctionLocalMetadata(F, FnLocalMDVector[i]);
/openbsd-current/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp1065 SmallVector<LocalAsMetadata *, 8> FnLocalMDVector; local
1074 FnLocalMDVector.push_back(Local);
1081 FnLocalMDVector.push_back(Local);
1094 for (unsigned i = 0, e = FnLocalMDVector.size(); i != e; ++i) {
1097 assert(ValueMap.count(FnLocalMDVector[i]->getValue()) &&
1099 EnumerateFunctionLocalMetadata(F, FnLocalMDVector[i]);

Completed in 118 milliseconds