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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
Attributor.h 74 // For the latter, consider the already available BooleanState and
1762 /// a single boolean state or a bit-encoded state, the BooleanState and
2048 struct BooleanState : public IntegerStateBase<bool, 1, 0> {
2052 BooleanState() : super() {}
2053 BooleanState(base_t Assumed) : super(Assumed) {}
2494 StateWrapper<BooleanState, AbstractAttribute>> {
2523 StateWrapper<BooleanState, AbstractAttribute>> {
2553 StateWrapper<BooleanState, AbstractAttribute>> {
2583 StateWrapper<BooleanState, AbstractAttribute>> {
2613 StateWrapper<BooleanState, AbstractAttribute>>
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
OpenMPOpt.cpp 86 : public StateWrapper<BooleanState, AbstractAttribute> {
87 using Base = StateWrapper<BooleanState, AbstractAttribute>;
1858 struct AAICVTracker : public StateWrapper<BooleanState, AbstractAttribute> {
1859 using Base = StateWrapper<BooleanState, AbstractAttribute>;

Completed in 44 milliseconds