Searched defs:InstructionClassification (Results 1 – 1 of 1) sorted by relevance
521 struct InstructionClassification struct526 InstrType visitBranchInst(BranchInst &BI) { in visitBranchInst()531 InstrType visitPHINode(PHINode &PN) { in visitPHINode()540 InstrType visitVAArgInst(VAArgInst &VI) { return Illegal; } in visitVAArgInst()549 InstrType visitIntrinsicInst(IntrinsicInst &II) { in visitIntrinsicInst()562 InstrType visitCallInst(CallInst &CI) { in visitCallInst()589 InstrType visitInstruction(Instruction &I) { return Legal; } in visitInstruction()593 bool EnableBranches = false;597 bool EnableIndirectCalls = false;601 bool EnableIntrinsics = false;[all …]