Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1322 auto ValIt = std::find(LiveVec.begin(), LiveVec.end(), Val); in CreateGCRelocates() local
1323 assert(ValIt != LiveVec.end() && "Val not found in LiveVec!"); in CreateGCRelocates()
1324 size_t Index = std::distance(LiveVec.begin(), ValIt); in CreateGCRelocates()