OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:replacementPreservesLCSSAForm
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp
126
if (V && LI->
replacementPreservesLCSSAForm
(I, V)) {
LoopRotation.cpp
248
if (V && LI->
replacementPreservesLCSSAForm
(C, V)) {
LoopUnswitch.cpp
[
all
...]
/external/llvm/include/llvm/Analysis/
LoopInfo.h
680
///
replacementPreservesLCSSAForm
- Returns true if replacing From with To
682
bool
replacementPreservesLCSSAForm
(Instruction *From, Value *To) {
/external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp
519
if (LI->
replacementPreservesLCSSAForm
(Inst, V)) {
SimplifyIndVar.cpp
336
if (!LI->
replacementPreservesLCSSAForm
(UseInst, IVOperand))
/external/llvm/lib/Analysis/
ScalarEvolution.cpp
[
all
...]
Completed in 508 milliseconds