Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2949 struct AAUndefinedBehaviorImpl : public AAUndefinedBehavior { struct
2950 AAUndefinedBehaviorImpl(const IRPosition &IRP, Attributor &A) in AAUndefinedBehaviorImpl() argument
3268 struct AAUndefinedBehaviorFunction final : AAUndefinedBehaviorImpl {
3270 : AAUndefinedBehaviorImpl(IRP, A) {} in AAUndefinedBehaviorFunction()