Searched refs:FnLocalMDVector (Results 1 – 1 of 1) sorted by relevance
1100 SmallVector<LocalAsMetadata *, 8> FnLocalMDVector; in incorporateFunction() local1109 FnLocalMDVector.push_back(Local); in incorporateFunction()1116 FnLocalMDVector.push_back(Local); in incorporateFunction()1129 for (unsigned i = 0, e = FnLocalMDVector.size(); i != e; ++i) { in incorporateFunction()1132 assert(ValueMap.count(FnLocalMDVector[i]->getValue()) && in incorporateFunction()1134 EnumerateFunctionLocalMetadata(F, FnLocalMDVector[i]); in incorporateFunction()