HomeSort by: relevance | last modified time | path
    Searched refs:updateImpl (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 475 /// See AbstractAttribute::updateImpl(...).
476 ChangeStatus updateImpl(Attributor &A) override {
574 /// See AbstractAttribute::updateImpl(...).
575 ChangeStatus updateImpl(Attributor &A) override {
601 /// See AbstractAttribute::updateImpl(...).
602 ChangeStatus updateImpl(Attributor &A) override {
746 /// See AbstractAttribute::updateImpl(...).
747 ChangeStatus updateImpl(Attributor &A) override {
793 /// See AbstractAttribute::updateImpl(...).
794 ChangeStatus updateImpl(Attributor &A) override
    [all...]
OpenMPOpt.cpp 1928 ChangeStatus updateImpl(Attributor &A) override {
2122 ChangeStatus updateImpl(Attributor &A) override {
2206 ChangeStatus updateImpl(Attributor &A) override {
2261 ChangeStatus updateImpl(Attributor &A) override {
2314 ChangeStatus updateImpl(Attributor &A) override;
2332 ChangeStatus AAExecutionDomainFunction::updateImpl(Attributor &A) {
Attributor.cpp 263 HasChanged = updateImpl(A);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 37 // The update method `AbstractAttribute::updateImpl` is implemented by the
47 // state changed, the `updateImpl` has to revisit the situation and potentially
2286 /// `AbstractAttribute::updateImpl` which is the location of most reasoning
2292 /// The `updateImpl` method should inspect the IR and other abstract attributes
2295 /// exposed. In the most common case, the `updateImpl` will go through a list of
2343 /// in the `updateImpl` method.
2377 /// otherwise it delegates to `AbstractAttribute::updateImpl`.
2404 virtual ChangeStatus updateImpl(Attributor &A) = 0;

Completed in 24 milliseconds