OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InductionDescriptor
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h
249
class
InductionDescriptor
{
260
InductionDescriptor
()
282
InductionDescriptor
&D);
286
InductionDescriptor
(Value *Start, InductionKind K, ConstantInt *Step);
/external/llvm/lib/Transforms/Utils/
LoopUtils.cpp
614
InductionDescriptor
::
InductionDescriptor
(Value *Start, InductionKind K,
628
int
InductionDescriptor
::getConsecutiveDirection() const {
634
Value *
InductionDescriptor
::transform(IRBuilder<> &B, Value *Index) const {
660
bool
InductionDescriptor
::isInductionPHI(PHINode *Phi, ScalarEvolution *SE,
661
InductionDescriptor
&D) {
687
D =
InductionDescriptor
(StartValue, IK_IntInduction, CV);
708
D =
InductionDescriptor
(StartValue, IK_PtrInduction, StepValue);
/external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp
706
InductionDescriptor
ID;
708
if (
InductionDescriptor
::isInductionPHI(PHI, SE, ID))
[
all
...]
Completed in 6553 milliseconds