Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp389 void removeAllAssertingVHReferences(Value *V);
666 void CodeGenPrepare::removeAllAssertingVHReferences(Value *V) { in removeAllAssertingVHReferences() function in CodeGenPrepare
5491 [&](Value *V) { removeAllAssertingVHReferences(V); }); in optimizeMemoryInst()
5645 [&](Value *V) { removeAllAssertingVHReferences(V); }); in optimizeGatherScatterInst()
6940 SVI, TLInfo, nullptr, [&](Value *V) { removeAllAssertingVHReferences(V); }); in optimizeShuffleVectorInst()
8074 &I, TLInfo, nullptr, [&](Value *V) { removeAllAssertingVHReferences(V); }); in makeBitReverse()