Home
last modified time | relevance | path

Searched defs:EraseInst (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp1081 auto EraseInst = [&](SmallVectorImpl<Instruction *> &Insts) { in combineAMXcast() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1979 void ReassociatePass::EraseInst(Instruction *I) { in EraseInst() function in ReassociatePass