OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLoopSimplifyForm
(Results
1 - 25
of
28
) sorted by null
1
2
/external/llvm/lib/Analysis/
LoopInfo.cpp
185
bool Loop::
isLoopSimplifyForm
() const {
209
if (
isLoopSimplifyForm
()) {
246
if (
isLoopSimplifyForm
()) {
IVUsers.cpp
99
if (!DomLoop->
isLoopSimplifyForm
())
/external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp
92
if (!L->
isLoopSimplifyForm
())
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
LoopExtractor.cpp
87
if (!L->
isLoopSimplifyForm
())
/external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp
363
assert(L->
isLoopSimplifyForm
() && "Must put loop into normal form first.");
[
all
...]
InductiveRangeCheckElimination.cpp
625
assert(L.
isLoopSimplifyForm
() && "should follow from addRequired<>");
[
all
...]
/external/llvm/include/llvm/Analysis/
LoopInfo.h
405
bool
isLoopSimplifyForm
() const;
/external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp
442
if (!L->
isLoopSimplifyForm
())
/external/swiftshader/third_party/LLVM/lib/Analysis/
LoopInfo.cpp
291
///
isLoopSimplifyForm
- Return true if the Loop is in the form that
294
bool Loop::
isLoopSimplifyForm
() const {
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h
440
bool
isLoopSimplifyForm
() const;
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
LoopInfo.h
431
bool
isLoopSimplifyForm
() const;
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
LoopInfo.h
431
bool
isLoopSimplifyForm
() const;
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
LoopInfo.h
488
bool
isLoopSimplifyForm
() const;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
LoopInfo.h
488
bool
isLoopSimplifyForm
() const;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
LoopInfo.h
488
bool
isLoopSimplifyForm
() const;
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
LoopInfo.h
488
bool
isLoopSimplifyForm
() const;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopInfo.h
440
bool
isLoopSimplifyForm
() const;
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
LoopInfo.h
431
bool
isLoopSimplifyForm
() const;
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
LoopInfo.h
431
bool
isLoopSimplifyForm
() const;
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
LoopInfo.h
488
bool
isLoopSimplifyForm
() const;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
LoopInfo.h
488
bool
isLoopSimplifyForm
() const;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
LoopInfo.h
488
bool
isLoopSimplifyForm
() const;
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
LoopInfo.h
488
bool
isLoopSimplifyForm
() const;
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h
608
///
isLoopSimplifyForm
- Return true if the Loop is in the form that
611
bool
isLoopSimplifyForm
() const;
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
IndVarSimplify.cpp
[
all
...]
Completed in 1915 milliseconds
1
2