Searched defs:visitCmpInst (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp162 bool UnrolledInstAnalyzer::visitCmpInst(CmpInst &I) { function in class:UnrolledInstAnalyzer
199 return Base::visitCmpInst(I);
H A DInlineCost.cpp188 bool visitCmpInst(CmpInst &I);
665 bool CallAnalyzer::visitCmpInst(CmpInst &I) { function in class:CallAnalyzer
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DInstVisitor.h206 RetTy visitCmpInst(CmpInst &I) { DELEGATE(Instruction); } function in class:llvm::InstVisitor
/external/llvm/include/llvm/IR/
H A DInstVisitor.h239 RetTy visitCmpInst(CmpInst &I) { DELEGATE(Instruction);} function in class:llvm::InstVisitor
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSCCP.cpp512 void visitCmpInst(CmpInst &I);
1024 void SCCPSolver::visitCmpInst(CmpInst &I) { function in class:SCCPSolver
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp491 void visitCmpInst(CmpInst &I);
938 void SCCPSolver::visitCmpInst(CmpInst &I) { function in class:SCCPSolver
/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp338 void visitCmpInst(CmpInst &CI);
1273 void DFSanVisitor::visitCmpInst(CmpInst &CI) { visitOperandShadowInst(CI); } function in class:DFSanVisitor

Completed in 229 milliseconds