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

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp343 std::bitset<FeatureIDs::FeatureCount> DoNotNormalize; member in class:__anon2115::MLEvictAdvisor
560 DoNotNormalize.set(FeatureIDs::mask);
561 DoNotNormalize.set(FeatureIDs::is_free);
562 DoNotNormalize.set(FeatureIDs::is_hint);
563 DoNotNormalize.set(FeatureIDs::is_local);
564 DoNotNormalize.set(FeatureIDs::min_stage);
565 DoNotNormalize.set(FeatureIDs::max_stage);
566 DoNotNormalize.set(FeatureIDs::progress);
676 // 'DoNotNormalize' list.
749 if (DoNotNormalize
[all...]

Completed in 120 milliseconds