Home
last modified time | relevance | path

Searched refs:ActualEntry (Results 1 – 25 of 44) sorted by relevance

12

/dports/devel/boost-docs/boost_1_72_0/libs/statechart/test/
H A DOuterOrthogonal.hpp39 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal0()
69 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal1()
99 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal2()
H A DInnermostDefault.hpp29 this->outermost_context().template ActualEntry< MostDerived >(); in InnermostDefault()
/dports/devel/boost-python-libs/boost_1_72_0/libs/statechart/test/
H A DOuterOrthogonal.hpp39 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal0()
69 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal1()
99 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal2()
H A DInnermostDefault.hpp29 this->outermost_context().template ActualEntry< MostDerived >(); in InnermostDefault()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/statechart/test/
H A DOuterOrthogonal.hpp39 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal0()
69 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal1()
99 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal2()
H A DInnermostDefault.hpp29 this->outermost_context().template ActualEntry< MostDerived >(); in InnermostDefault()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/statechart/test/
H A DOuterOrthogonal.hpp39 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal0()
69 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal1()
99 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal2()
H A DInnermostDefault.hpp29 this->outermost_context().template ActualEntry< MostDerived >(); in InnermostDefault()
/dports/databases/percona57-server/boost_1_59_0/libs/statechart/test/
H A DOuterOrthogonal.hpp39 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal0()
69 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal1()
99 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal2()
H A DInnermostDefault.hpp29 this->outermost_context().template ActualEntry< MostDerived >(); in InnermostDefault()
/dports/databases/xtrabackup/boost_1_59_0/libs/statechart/test/
H A DOuterOrthogonal.hpp39 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal0()
69 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal1()
99 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal2()
H A DInnermostDefault.hpp29 this->outermost_context().template ActualEntry< MostDerived >(); in InnermostDefault()
/dports/databases/percona57-client/boost_1_59_0/libs/statechart/test/
H A DOuterOrthogonal.hpp39 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal0()
69 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal1()
99 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal2()
H A DInnermostDefault.hpp29 this->outermost_context().template ActualEntry< MostDerived >(); in InnermostDefault()
/dports/devel/boost-libs/boost_1_72_0/libs/statechart/test/
H A DOuterOrthogonal.hpp39 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal0()
69 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal1()
99 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal2()
H A DInnermostDefault.hpp29 this->outermost_context().template ActualEntry< MostDerived >(); in InnermostDefault()
/dports/devel/hyperscan/boost_1_75_0/libs/statechart/test/
H A DOuterOrthogonal.hpp39 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal0()
69 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal1()
99 this->outermost_context().template ActualEntry< MostDerived >(); in Orthogonal2()
H A DInnermostDefault.hpp29 this->outermost_context().template ActualEntry< MostDerived >(); in InnermostDefault()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2843 uint64_t ActualEntry = MBFI->getEntryFreq(); in initializeCSRCost() local
2844 if (!ActualEntry) { in initializeCSRCost()
2849 if (ActualEntry < FixedEntry) in initializeCSRCost()
2850 CSRCost *= BranchProbability(ActualEntry, FixedEntry); in initializeCSRCost()
2851 else if (ActualEntry <= UINT32_MAX) in initializeCSRCost()
2853 CSRCost /= BranchProbability(FixedEntry, ActualEntry); in initializeCSRCost()
2856 CSRCost = CSRCost.getFrequency() * (ActualEntry / FixedEntry); in initializeCSRCost()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2853 uint64_t ActualEntry = MBFI->getEntryFreq(); in initializeCSRCost() local
2854 if (!ActualEntry) { in initializeCSRCost()
2859 if (ActualEntry < FixedEntry) in initializeCSRCost()
2860 CSRCost *= BranchProbability(ActualEntry, FixedEntry); in initializeCSRCost()
2861 else if (ActualEntry <= UINT32_MAX) in initializeCSRCost()
2863 CSRCost /= BranchProbability(FixedEntry, ActualEntry); in initializeCSRCost()
2866 CSRCost = CSRCost.getFrequency() * (ActualEntry / FixedEntry); in initializeCSRCost()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2835 uint64_t ActualEntry = MBFI->getEntryFreq(); in initializeCSRCost() local
2836 if (!ActualEntry) { in initializeCSRCost()
2841 if (ActualEntry < FixedEntry) in initializeCSRCost()
2842 CSRCost *= BranchProbability(ActualEntry, FixedEntry); in initializeCSRCost()
2843 else if (ActualEntry <= UINT32_MAX) in initializeCSRCost()
2845 CSRCost /= BranchProbability(FixedEntry, ActualEntry); in initializeCSRCost()
2848 CSRCost = CSRCost.getFrequency() * (ActualEntry / FixedEntry); in initializeCSRCost()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DRegAllocGreedy.cpp2853 uint64_t ActualEntry = MBFI->getEntryFreq(); in initializeCSRCost() local
2854 if (!ActualEntry) { in initializeCSRCost()
2859 if (ActualEntry < FixedEntry) in initializeCSRCost()
2860 CSRCost *= BranchProbability(ActualEntry, FixedEntry); in initializeCSRCost()
2861 else if (ActualEntry <= UINT32_MAX) in initializeCSRCost()
2863 CSRCost /= BranchProbability(FixedEntry, ActualEntry); in initializeCSRCost()
2866 CSRCost = CSRCost.getFrequency() * (ActualEntry / FixedEntry); in initializeCSRCost()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2874 uint64_t ActualEntry = MBFI->getEntryFreq(); in initializeCSRCost() local
2875 if (!ActualEntry) { in initializeCSRCost()
2880 if (ActualEntry < FixedEntry) in initializeCSRCost()
2881 CSRCost *= BranchProbability(ActualEntry, FixedEntry); in initializeCSRCost()
2882 else if (ActualEntry <= UINT32_MAX) in initializeCSRCost()
2884 CSRCost /= BranchProbability(FixedEntry, ActualEntry); in initializeCSRCost()
2887 CSRCost = CSRCost.getFrequency() * (ActualEntry / FixedEntry); in initializeCSRCost()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DRegAllocGreedy.cpp2874 uint64_t ActualEntry = MBFI->getEntryFreq(); in initializeCSRCost() local
2875 if (!ActualEntry) { in initializeCSRCost()
2880 if (ActualEntry < FixedEntry) in initializeCSRCost()
2881 CSRCost *= BranchProbability(ActualEntry, FixedEntry); in initializeCSRCost()
2882 else if (ActualEntry <= UINT32_MAX) in initializeCSRCost()
2884 CSRCost /= BranchProbability(FixedEntry, ActualEntry); in initializeCSRCost()
2887 CSRCost = CSRCost.getFrequency() * (ActualEntry / FixedEntry); in initializeCSRCost()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp2843 uint64_t ActualEntry = MBFI->getEntryFreq(); in initializeCSRCost() local
2844 if (!ActualEntry) { in initializeCSRCost()
2849 if (ActualEntry < FixedEntry) in initializeCSRCost()
2850 CSRCost *= BranchProbability(ActualEntry, FixedEntry); in initializeCSRCost()
2851 else if (ActualEntry <= UINT32_MAX) in initializeCSRCost()
2853 CSRCost /= BranchProbability(FixedEntry, ActualEntry); in initializeCSRCost()
2856 CSRCost = CSRCost.getFrequency() * (ActualEntry / FixedEntry); in initializeCSRCost()

12