/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-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() local 1048 for (auto &VH : InsertedPhis) in applyInsertUpdates() local 1378 for (auto &VH : UpdatedPHIs) in tryRemoveTrivialPhis() local
|
/external/llvm-project/llvm/unittests/IR/ |
D | ValueHandleTest.cpp | 433 PoisoningVH<CastInst> VH(BitcastV.get()); in TEST_F() local 450 PoisoningVH<const CastInst> VH(ConstBitcast); in TEST_F() local 489 PoisoningVH<Value> VH(BitcastV.get()); in TEST_F() local 527 TrackingVH<Value> VH(BitcastV.get()); in TEST_F() local 535 PoisoningVH<Value> VH(BitcastV.get()); in TEST_F() local 554 TrackingVH<Value> VH(BitcastV.get()); in TEST_F() local 564 TrackingVH<Instruction> VH(BitcastV.get()); in TEST_F() local
|
/external/llvm-project/llvm/lib/Analysis/ |
D | AssumptionCache.cpp | 234 for (auto &VH : AssumeHandles) { in registerAssumption() local 257 for (auto &VH : AC.assumptions()) in run() local 305 for (auto &VH : I.second->assumptions()) in verifyAnalysis() local
|
D | MemorySSAUpdater.cpp | 374 for (const auto &VH : InsertedPHIs) in insertDef() local 1085 for (auto &VH : InsertedPhis) in applyInsertUpdates() local 1400 for (auto &VH : UpdatedPHIs) in tryRemoveTrivialPhis() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 662 for (WeakVH VH : AffectedPhis) { in simplifyAffectedPhis() 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-project/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1827 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
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 3302 SDValue VH = DAG.getNode(ISD::SRL, dl, NVT, V, Shift); in ExpandIntRes_MUL() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 4876 auto &VH = NamespaceAliasCache[&NA]; in EmitNamespaceAlias() local
|