Home
last modified time | relevance | path

Searched refs:DummyValue (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanTransforms.cpp38 VPValue DummyValue; in VPInstructionsToVPRecipes() local
52 VPInst->replaceAllUsesWith(&DummyValue); in VPInstructionsToVPRecipes()
82 VPInst->replaceAllUsesWith(&DummyValue); in VPInstructionsToVPRecipes()
DVPlan.h1479 VPValue DummyValue; in ~VPRegionBlock() local
1480 Entry->dropAllReferences(&DummyValue); in ~VPRegionBlock()
1704 VPValue DummyValue;
1706 Block->dropAllReferences(&DummyValue);
/external/python/cpython3/Lib/test/
Dtest_weakref.py1836 class DummyValue: class
1865 k, v = DummyKey(i), DummyValue(i)