Searched defs:InstructionClassification (Results 1 – 1 of 1) sorted by relevance
515 struct InstructionClassification struct520 InstrType visitBranchInst(BranchInst &BI) { in visitBranchInst()525 InstrType visitPHINode(PHINode &PN) { in visitPHINode()534 InstrType visitVAArgInst(VAArgInst &VI) { return Illegal; } in visitVAArgInst()543 InstrType visitIntrinsicInst(IntrinsicInst &II) { in visitIntrinsicInst()556 InstrType visitCallInst(CallInst &CI) { in visitCallInst()583 InstrType visitInstruction(Instruction &I) { return Legal; } in visitInstruction()587 bool EnableBranches = false;591 bool EnableIndirectCalls = false;595 bool EnableIntrinsics = false;[all …]