Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h515 struct InstructionClassification struct
520 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 …]