Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DAssumptionCache.cpp63 for (auto &VH : AssumeHandles) { in registerAssumption() local
84 for (auto &VH : AC.assumptions()) in run() local
119 for (auto &VH : I.second->assumptions()) in verifyAnalysis() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DAssumptionCache.cpp190 for (auto &VH : AssumeHandles) { in registerAssumption() local
213 for (auto &VH : AC.assumptions()) in run() local
254 for (auto &VH : I.second->assumptions()) in verifyAnalysis() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DValueHandleTest.cpp434 PoisoningVH<CastInst> VH(BitcastV.get()); in TEST_F() local
451 PoisoningVH<const CastInst> VH(ConstBitcast); in TEST_F() local
490 PoisoningVH<Value> VH(BitcastV.get()); in TEST_F() local
504 TrackingVH<Value> VH(BitcastV.get()); in TEST_F() local
512 PoisoningVH<Value> VH(BitcastV.get()); in TEST_F() local
531 TrackingVH<Value> VH(BitcastV.get()); in TEST_F() local
541 TrackingVH<Instruction> VH(BitcastV.get()); in TEST_F() local
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1540 for (auto &VH : InlinedFunctionInfo.OperandBundleCallSites) { in InlineFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1691 for (auto &VH : InlinedFunctionInfo.OperandBundleCallSites) { in InlineFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp4671 ArrayRef<WeakTrackingVH> VH, unsigned SliceBegin, in hasValueBeenRAUWed()
6214 for (auto &VH : reverse(Instructions)) { in vectorizeSimpleInstructions() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2223 SDValue VH = DAG.getNode(ISD::SRL, dl, NVT, V, Shift); in ExpandIntRes_MUL() local
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp3674 auto &VH = NamespaceAliasCache[&NA]; in EmitNamespaceAlias() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2409 SDValue VH = DAG.getNode(ISD::SRL, dl, NVT, V, Shift); in ExpandIntRes_MUL() local
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3575 static bool hasValueBeenRAUWed(ArrayRef<Value *> VL, ArrayRef<WeakVH> VH, in hasValueBeenRAUWed()