Searched defs:VH (Results  1 – 9 of 9) sorted by relevance
| /external/llvm/lib/Analysis/ | 
| D | AssumptionCache.cpp | 63   for (auto &VH : AssumeHandles) {  in registerAssumption()  local84   for (auto &VH : AC.assumptions())  in run()  local
 119     for (auto &VH : I.second->assumptions())  in verifyAnalysis()  local
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ | 
| D | AssumptionCache.cpp | 136       remove_if(AssumeHandles, [CI](WeakTrackingVH &VH) { return CI == VH; }),  in unregisterAssumption()211   for (auto &VH : AssumeHandles) {  in registerAssumption()  local
 234   for (auto &VH : AC.assumptions())  in run()  local
 282     for (auto &VH : I.second->assumptions())  in verifyAnalysis()  local
 
 | 
| D | MemorySSAUpdater.cpp | 371     for (const auto &VH : InsertedPHIs)  in insertDef()  local1048   for (auto &VH : InsertedPhis)  in applyInsertUpdates()  local
 1378   for (auto &VH : UpdatedPHIs)  in tryRemoveTrivialPhis()  local
 
 | 
| /external/llvm/lib/Transforms/Utils/ | 
| D | InlineFunction.cpp | 1540       for (auto &VH : InlinedFunctionInfo.OperandBundleCallSites) {  in InlineFunction()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ | 
| D | InlineFunction.cpp | 1760       for (auto &VH : InlinedFunctionInfo.OperandBundleCallSites) {  in InlineFunction()  local
 | 
| /external/llvm/lib/CodeGen/SelectionDAG/ | 
| D | LegalizeIntegerTypes.cpp | 2223     SDValue VH = DAG.getNode(ISD::SRL, dl, NVT, V, Shift);  in ExpandIntRes_MUL()  local
 | 
| /external/llvm/lib/Transforms/Vectorize/ | 
| D | SLPVectorizer.cpp | 3575 static bool hasValueBeenRAUWed(ArrayRef<Value *> VL, ArrayRef<WeakVH> VH,  in hasValueBeenRAUWed()
 | 
| /external/clang/lib/CodeGen/ | 
| D | CGDebugInfo.cpp | 3674   auto &VH = NamespaceAliasCache[&NA];  in EmitNamespaceAlias()  local
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ | 
| D | LegalizeIntegerTypes.cpp | 2976     SDValue VH = DAG.getNode(ISD::SRL, dl, NVT, V, Shift);  in ExpandIntRes_MUL()  local
 |