Searched defs:VH (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Analysis/ |
D | AssumptionCache.cpp | 63 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/ |
D | AssumptionCache.cpp | 190 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/ |
D | ValueHandleTest.cpp | 434 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/ |
D | InlineFunction.cpp | 1540 for (auto &VH : InlinedFunctionInfo.OperandBundleCallSites) { in InlineFunction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1691 for (auto &VH : InlinedFunctionInfo.OperandBundleCallSites) { in InlineFunction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 4671 ArrayRef<WeakTrackingVH> VH, unsigned SliceBegin, in hasValueBeenRAUWed() 6214 for (auto &VH : reverse(Instructions)) { in vectorizeSimpleInstructions() 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/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 3674 auto &VH = NamespaceAliasCache[&NA]; in EmitNamespaceAlias() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 2409 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()
|