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

/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h297 virtual bool shouldBuildLookupTables() const;
/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp135 bool TargetTransformInfo::shouldBuildLookupTables() const { function in class:TargetTransformInfo
136 return PrevTTI->shouldBuildLookupTables();
526 bool shouldBuildLookupTables() const override {
/external/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp91 bool shouldBuildLookupTables() const override;
187 bool BasicTTI::shouldBuildLookupTables() const { function in class:BasicTTI
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3708 if (!TTI.shouldBuildLookupTables())

Completed in 183 milliseconds