Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h384 struct InstructionClassification struct
386 InstructionClassification() {} in InstructionClassification() function
389 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()
409 InstrType visitCallInst(CallInst &CI) { in visitCallInst()
416 InstrType visitInvokeInst(InvokeInst &II) { return Illegal; } in visitInvokeInst()
418 InstrType visitCallBrInst(CallBrInst &CBI) { return Illegal; } in visitCallBrInst()
420 InstrType visitTerminator(Instruction &I) { return Illegal; } in visitTerminator()
[all …]