Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp380 void removeAllAssertingVHReferences(Value *V);
648 void CodeGenPrepare::removeAllAssertingVHReferences(Value *V) { in removeAllAssertingVHReferences() function in CodeGenPrepare
5468 [&](Value *V) { removeAllAssertingVHReferences(V); }); in optimizeMemoryInst()
5622 [&](Value *V) { removeAllAssertingVHReferences(V); }); in optimizeGatherScatterInst()
6926 SVI, TLInfo, nullptr, [&](Value *V) { removeAllAssertingVHReferences(V); }); in optimizeShuffleVectorInst()
7964 &I, TLInfo, nullptr, [&](Value *V) { removeAllAssertingVHReferences(V); }); in makeBitReverse()