Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp172 bool UnrolledInstAnalyzer::visitCmpInst(CmpInst &I) { in visitCmpInst() function in UnrolledInstAnalyzer
H A DInlineCost.cpp1593 bool CallAnalyzer::visitCmpInst(CmpInst &I) { in visitCmpInst() function in CallAnalyzer
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstVisitor.h261 RetTy visitCmpInst(CmpInst &I) { DELEGATE(Instruction);} in visitCmpInst() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp985 void SCCPInstVisitor::visitCmpInst(CmpInst &I) { in visitCmpInst() function in SCCPInstVisitor
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2771 void DFSanVisitor::visitCmpInst(CmpInst &CI) { in visitCmpInst() function in DFSanVisitor