Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DDIBuilder.cpp57 for (unsigned I = 0, E = AllRetainTypes.size(); I < E; I++) in finalize()
58 if (RetainSet.insert(AllRetainTypes[I]).second) in finalize()
59 RetainValues.push_back(AllRetainTypes[I]); in finalize()
474 AllRetainTypes.emplace_back(T); in retainType()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDIBuilder.cpp84 for (unsigned I = 0, E = AllRetainTypes.size(); I < E; I++) in finalize()
85 if (RetainSet.insert(AllRetainTypes[I]).second) in finalize()
86 RetainValues.push_back(AllRetainTypes[I]); in finalize()
569 AllRetainTypes.emplace_back(T); in retainType()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDIBuilder.h61 SmallVector<Value *, 4> AllRetainTypes; variable
/external/llvm/include/llvm/IR/
DDIBuilder.h44 SmallVector<TrackingMDNodeRef, 4> AllRetainTypes; variable
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDIBuilder.cpp42 DIArray RetainTypes = getOrCreateArray(AllRetainTypes); in finalize()
596 AllRetainTypes.push_back(T); in retainType()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDIBuilder.h53 SmallVector<TrackingMDNodeRef, 4> AllRetainTypes; variable