Searched defs:InstructionClassification (Results 1 – 1 of 1) sorted by relevance
384 struct InstructionClassification struct386 InstructionClassification() {} in InstructionClassification() argument389 InstrType visitBranchInst(BranchInst &BI) { return Illegal; } in visitBranchInst()391 InstrType visitPHINode(PHINode &PN) { return Illegal; } in visitPHINode()393 InstrType visitAllocaInst(AllocaInst &AI) { return Illegal; } in visitAllocaInst()396 InstrType visitVAArgInst(VAArgInst &VI) { return Illegal; } in visitVAArgInst()399 InstrType visitLandingPadInst(LandingPadInst &LPI) { return Illegal; } in visitLandingPadInst()400 InstrType visitFuncletPadInst(FuncletPadInst &FPI) { return Illegal; } in visitFuncletPadInst()404 InstrType visitDbgInfoIntrinsic(DbgInfoIntrinsic &DII) { return Invisible; } in visitDbgInfoIntrinsic()406 InstrType visitIntrinsicInst(IntrinsicInst &II) { return Illegal; } in visitIntrinsicInst()[all …]