Home
last modified time | relevance | path

Searched defs:VH (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAssumptionCache.cpp136 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
DMemorySSAUpdater.cpp371 for (const auto &VH : InsertedPHIs) in insertDef() local
1048 for (auto &VH : InsertedPhis) in applyInsertUpdates() local
1378 for (auto &VH : UpdatedPHIs) in tryRemoveTrivialPhis() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1760 for (auto &VH : InlinedFunctionInfo.OperandBundleCallSites) { in InlineFunction() local
/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_5_035.hpp866 #define VH macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2976 SDValue VH = DAG.getNode(ISD::SRL, dl, NVT, V, Shift); in ExpandIntRes_MUL() local