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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp419 /// See AbstractAttribute::updateImpl(...).
420 ChangeStatus updateImpl(Attributor &A) override {
539 /// See AbstractAttribute::updateImpl(...).
540 ChangeStatus updateImpl(Attributor &A) override {
568 /// See AbstractAttribute::updateImpl(...).
569 ChangeStatus updateImpl(Attributor &A) override {
1513 /// See AbstractAttribute::updateImpl(...).
1514 ChangeStatus updateImpl(Attributor &A) override;
1592 ChangeStatus AAPointerInfoFloating::updateImpl(Attributor &A) { function in class:__anon2819::AAPointerInfoFloating
1939 /// See AbstractAttribute::updateImpl(
2190 ChangeStatus AANoSyncImpl::updateImpl(Attributor &A) { function in class:__anon2821::AANoSyncImpl
[all...]
H A DOpenMPOpt.cpp2313 ChangeStatus updateImpl(Attributor &A) override {
2513 ChangeStatus updateImpl(Attributor &A) override {
2599 ChangeStatus updateImpl(Attributor &A) override {
2654 ChangeStatus updateImpl(Attributor &A) override {
2821 /// See AbstractAttribute::updateImpl.
2822 ChangeStatus updateImpl(Attributor &A) override;
3074 ChangeStatus AAExecutionDomainFunction::updateImpl(Attributor &A) { function in class:__anon2850::AAExecutionDomainFunction
3556 ChangeStatus updateImpl(Attributor &A) override {
4628 ChangeStatus updateImpl(Attributor &A) override {
4894 // merge that into the current state. The latter happens in the updateImpl
[all...]
H A DAttributor.cpp1057 HasChanged = updateImpl(A);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp345 ChangeStatus updateImpl(Attributor &A) override {
438 ChangeStatus updateImpl(Attributor &A) override {
773 ChangeStatus updateImpl(Attributor &A) override {
847 ChangeStatus updateImpl(Attributor &A) override {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h37 // The update method `AbstractAttribute::updateImpl` is implemented by the
47 // state changed, the `updateImpl` has to revisit the situation and potentially
3248 /// `AbstractAttribute::updateImpl` which is the location of most reasoning
3254 /// The `updateImpl` method should inspect the IR and other abstract attributes
3257 /// exposed. In the most common case, the `updateImpl` will go through a list of
3345 /// in the `updateImpl` method.
3388 /// otherwise it delegates to `AbstractAttribute::updateImpl`.
3415 virtual ChangeStatus updateImpl(Attributor &A) = 0;

Completed in 290 milliseconds