Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h521 struct InstructionClassification struct
526 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 …]