HomeSort by relevance Sort by last modified time
    Searched refs:shouldBuildLookupTables (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 297 virtual bool shouldBuildLookupTables() const;
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 135 bool TargetTransformInfo::shouldBuildLookupTables() const {
136 return PrevTTI->shouldBuildLookupTables();
526 bool shouldBuildLookupTables() const override {
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 91 bool shouldBuildLookupTables() const override;
187 bool BasicTTI::shouldBuildLookupTables() const {
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 123 milliseconds