OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ConstCandVecType
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h
111
typedef std::vector<consthoist::ConstantCandidate>
ConstCandVecType
;
118
ConstCandVecType
ConstCandVec;
135
void findAndMakeBaseConstant(
ConstCandVecType
::iterator S,
136
ConstCandVecType
::iterator E);
137
unsigned maximizeConstantsInRange(
ConstCandVecType
::iterator S,
138
ConstCandVecType
::iterator E,
139
ConstCandVecType
::iterator &MaxCostItr);
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h
111
typedef std::vector<consthoist::ConstantCandidate>
ConstCandVecType
;
118
ConstCandVecType
ConstCandVec;
135
void findAndMakeBaseConstant(
ConstCandVecType
::iterator S,
136
ConstCandVecType
::iterator E);
137
unsigned maximizeConstantsInRange(
ConstCandVecType
::iterator S,
138
ConstCandVecType
::iterator E,
139
ConstCandVecType
::iterator &MaxCostItr);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h
111
typedef std::vector<consthoist::ConstantCandidate>
ConstCandVecType
;
118
ConstCandVecType
ConstCandVec;
135
void findAndMakeBaseConstant(
ConstCandVecType
::iterator S,
136
ConstCandVecType
::iterator E);
137
unsigned maximizeConstantsInRange(
ConstCandVecType
::iterator S,
138
ConstCandVecType
::iterator E,
139
ConstCandVecType
::iterator &MaxCostItr);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Scalar/
ConstantHoisting.h
112
typedef std::vector<consthoist::ConstantCandidate>
ConstCandVecType
;
120
ConstCandVecType
ConstCandVec;
137
void findAndMakeBaseConstant(
ConstCandVecType
::iterator S,
138
ConstCandVecType
::iterator E);
139
unsigned maximizeConstantsInRange(
ConstCandVecType
::iterator S,
140
ConstCandVecType
::iterator E,
141
ConstCandVecType
::iterator &MaxCostItr);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Scalar/
ConstantHoisting.h
112
typedef std::vector<consthoist::ConstantCandidate>
ConstCandVecType
;
120
ConstCandVecType
ConstCandVec;
137
void findAndMakeBaseConstant(
ConstCandVecType
::iterator S,
138
ConstCandVecType
::iterator E);
139
unsigned maximizeConstantsInRange(
ConstCandVecType
::iterator S,
140
ConstCandVecType
::iterator E,
141
ConstCandVecType
::iterator &MaxCostItr);
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Scalar/
ConstantHoisting.h
112
typedef std::vector<consthoist::ConstantCandidate>
ConstCandVecType
;
120
ConstCandVecType
ConstCandVec;
137
void findAndMakeBaseConstant(
ConstCandVecType
::iterator S,
138
ConstCandVecType
::iterator E);
139
unsigned maximizeConstantsInRange(
ConstCandVecType
::iterator S,
140
ConstCandVecType
::iterator E,
141
ConstCandVecType
::iterator &MaxCostItr);
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Scalar/
ConstantHoisting.h
112
typedef std::vector<consthoist::ConstantCandidate>
ConstCandVecType
;
120
ConstCandVecType
ConstCandVec;
137
void findAndMakeBaseConstant(
ConstCandVecType
::iterator S,
138
ConstCandVecType
::iterator E);
139
unsigned maximizeConstantsInRange(
ConstCandVecType
::iterator S,
140
ConstCandVecType
::iterator E,
141
ConstCandVecType
::iterator &MaxCostItr);
Completed in 50 milliseconds