OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeLoopInvariant
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Analysis/
LoopInfo.cpp
78
///
makeLoopInvariant
- If the given value is an instruciton inside of the
87
bool Loop::
makeLoopInvariant
(Value *V, bool &Changed,
90
return
makeLoopInvariant
(I, Changed, InsertPt);
94
///
makeLoopInvariant
- If the given instruction is inside of the
103
bool Loop::
makeLoopInvariant
(Instruction *I, bool &Changed,
125
if (!
makeLoopInvariant
(I->getOperand(i), Changed, InsertPt))
/external/llvm/include/llvm/Analysis/
LoopInfo.h
336
///
makeLoopInvariant
- If the given value is an instruction inside of the
345
bool
makeLoopInvariant
(Value *V, bool &Changed,
348
///
makeLoopInvariant
- If the given instruction is inside of the
357
bool
makeLoopInvariant
(Instruction *I, bool &Changed,
/external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp
104
if (!L->
makeLoopInvariant
(I, Changed, Preheader->getTerminator()))
LoopUnswitch.cpp
368
if (L->
makeLoopInvariant
(Cond, Changed))
[
all
...]
/external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp
319
if (!L->
makeLoopInvariant
(Inst, Changed,
Completed in 103 milliseconds