Home
last modified time | relevance | path

Searched refs:visitCmpInst (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopUnrollAnalyzer.cpp167 bool UnrolledInstAnalyzer::visitCmpInst(CmpInst &I) { in visitCmpInst() function in UnrolledInstAnalyzer
204 return Base::visitCmpInst(I); in visitCmpInst()
DInlineCost.cpp253 bool visitCmpInst(CmpInst &I);
976 bool CallAnalyzer::visitCmpInst(CmpInst &I) { in visitCmpInst() function in CallAnalyzer
/external/llvm/lib/Analysis/
DLoopUnrollAnalyzer.cpp162 bool UnrolledInstAnalyzer::visitCmpInst(CmpInst &I) { in visitCmpInst() function in UnrolledInstAnalyzer
199 return Base::visitCmpInst(I); in visitCmpInst()
DInlineCost.cpp188 bool visitCmpInst(CmpInst &I);
665 bool CallAnalyzer::visitCmpInst(CmpInst &I) { in visitCmpInst() function in CallAnalyzer
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopUnrollAnalyzer.h91 bool visitCmpInst(CmpInst &I);
/external/llvm/include/llvm/Analysis/
DLoopUnrollAnalyzer.h91 bool visitCmpInst(CmpInst &I);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DInstVisitor.h206 RetTy visitCmpInst(CmpInst &I) { DELEGATE(Instruction); } in visitCmpInst() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstVisitor.h243 RetTy visitCmpInst(CmpInst &I) { DELEGATE(Instruction);} in visitCmpInst() function
/external/llvm/include/llvm/IR/
DInstVisitor.h239 RetTy visitCmpInst(CmpInst &I) { DELEGATE(Instruction);} in visitCmpInst() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp577 void visitCmpInst(CmpInst &I);
984 void SCCPSolver::visitCmpInst(CmpInst &I) { in visitCmpInst() function in SCCPSolver
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp491 void visitCmpInst(CmpInst &I);
938 void SCCPSolver::visitCmpInst(CmpInst &I) { in visitCmpInst() function in SCCPSolver
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSCCP.cpp512 void visitCmpInst(CmpInst &I);
1024 void SCCPSolver::visitCmpInst(CmpInst &I) { in visitCmpInst() function in SCCPSolver
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp338 void visitCmpInst(CmpInst &CI);
1273 void DFSanVisitor::visitCmpInst(CmpInst &CI) { visitOperandShadowInst(CI); } in visitCmpInst() function in DFSanVisitor
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp441 void visitCmpInst(CmpInst &CI);
1383 void DFSanVisitor::visitCmpInst(CmpInst &CI) { visitOperandShadowInst(CI); } in visitCmpInst() function in DFSanVisitor