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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp309 struct SelectInstVisitor : public InstVisitor<SelectInstVisitor> { struct in namespace:__anon4590
319 SelectInstVisitor(Function &Func) : F(Func) {} function in struct:__anon4590::SelectInstVisitor
541 SelectInstVisitor SIVisitor;
1396 void SelectInstVisitor::instrumentOneSelectInst(SelectInst &SI) {
1410 void SelectInstVisitor::annotateOneSelectInst(SelectInst &SI) {
1428 void SelectInstVisitor::visitSelectInst(SelectInst &SI) {

Completed in 70 milliseconds