Searched refs:visitCastInst (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopUnrollAnalyzer.h89 bool visitCastInst(CastInst &I);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp144 bool UnrolledInstAnalyzer::visitCastInst(CastInst &I) { function in class:UnrolledInstAnalyzer
163 return Base::visitCastInst(I);
H A DCFLGraph.h282 void visitCastInst(CastInst &Inst) {
H A DInlineCost.cpp375 bool visitCastInst(CastInst &I);
1150 bool CallAnalyzer::visitCastInst(CastInst &I) { function in class:CallAnalyzer
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h258 RetTy visitCastInst(CastInst &I) { DELEGATE(UnaryInstruction);} function in class:llvm::InstVisitor
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp199 bool visitCastInst(CastInst &CI);
675 bool ScalarizerVisitor::visitCastInst(CastInst &CI) { function in class:ScalarizerVisitor
H A DSCCP.cpp566 void visitCastInst(CastInst &I);
668 // Casts are folded by visitCastInst.
814 void SCCPSolver::visitCastInst(CastInst &I) { function in class:SCCPSolver
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp467 void visitCastInst(CastInst &CI);
1470 void DFSanVisitor::visitCastInst(CastInst &CI) { visitOperandShadowInst(CI); } function in class:DFSanVisitor

Completed in 88 milliseconds