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.h137 void EraseInst(Instruction *I);
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp1081 auto EraseInst = [&](SmallVectorImpl<Instruction *> &Insts) { in combineAMXcast() local
1092 EraseInst(Vec2TileInsts); in combineAMXcast()
1093 EraseInst(Tile2VecInsts); in combineAMXcast()
1098 EraseInst(LiveCasts); in combineAMXcast()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1979 void ReassociatePass::EraseInst(Instruction *I) { in EraseInst() function in ReassociatePass
2573 EraseInst(&*II++); in run()
2601 EraseInst(I); in run()