Lines Matching defs:function_ref
150 template <typename Fn> class function_ref;
1483 function_ref<OptimizationRemarkEmitter &(Function *)>;
1967 function_ref<bool(const DescTy &, AttributeSet,
2149 function_ref<bool(ArrayRef<const Function *> Callees)> Pred,
2161 bool checkForAllUses(function_ref<bool(const Use &, bool &)> Pred,
2166 function_ref<bool(const Use &OldU, const Use &NewU)>
2328 bool checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred,
2340 bool checkForAllCallSites(function_ref<bool(AbstractCallSite)> Pred,
2351 checkForAllReturnedValues(function_ref<bool(Value &)> Pred,
2361 bool checkForAllInstructions(function_ref<bool(Instruction &)> Pred,
2373 bool checkForAllInstructions(function_ref<bool(Instruction &)> Pred,
2383 bool checkForAllCallLikeInstructions(function_ref<bool(Instruction &)> Pred,
2400 bool checkForAllReadWriteInstructions(function_ref<bool(Instruction &)> Pred,
4866 function_ref<bool(const Instruction *, const Value *, AccessKind,
6192 AA::RangeTy Range, function_ref<bool(const Access &, bool)> CB) const = 0;
6206 function_ref<bool(const Access &, bool)> CB, bool &HasBeenWrittenTo,
6208 function_ref<bool(const Access &)> SkipCB = nullptr) const = 0;
6293 forallUnderlyingObjects(function_ref<bool(Value &)> Pred,
6436 virtual bool foreachCallee(function_ref<bool(Function *)> CB) const = 0;