Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h125 void EraseInst(Instruction *I);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp1261 auto EraseInst = [&](SmallVectorImpl<Instruction *> &Insts) { in combineAMXcast() local
1272 EraseInst(Vec2TileInsts); in combineAMXcast()
1273 EraseInst(Tile2VecInsts); in combineAMXcast()
1278 EraseInst(LiveCasts); in combineAMXcast()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1980 void ReassociatePass::EraseInst(Instruction *I) { in EraseInst() function in ReassociatePass
2575 EraseInst(&*II++); in run()
2603 EraseInst(I); in run()