OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsLoadCSE
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
Loads.h
125
/// \param [out]
IsLoadCSE
Whether the returned value is a load from the same
134
bool *
IsLoadCSE
= nullptr,
141
Value *FindAvailableLoadedValue(LoadInst *Load, AAResults &AA, bool *
IsLoadCSE
,
163
/// \param [out]
IsLoadCSE
Whether the returned value is a load from the same
171
bool *
IsLoadCSE
, unsigned *NumScanedInst);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
Loads.cpp
473
const DataLayout &DL, bool *
IsLoadCSE
) {
488
if (
IsLoadCSE
)
489
*
IsLoadCSE
= true;
507
if (
IsLoadCSE
)
508
*
IsLoadCSE
= false;
524
AAResults *AA, bool *
IsLoadCSE
, unsigned *NumScanedInst) {
551
AtLeastAtomic, DL,
IsLoadCSE
))
606
bool *
IsLoadCSE
,
630
AtLeastAtomic, DL,
IsLoadCSE
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
JumpThreading.cpp
1336
bool
IsLoadCSE
;
1338
LoadI, LoadBB, BBIt, DefMaxInstsToScan, AA, &
IsLoadCSE
)) {
1342
if (
IsLoadCSE
) {
1401
AA, &
IsLoadCSE
, &NumScanedInst);
1413
(DefMaxInstsToScan - NumScanedInst), AA, &
IsLoadCSE
,
1423
if (
IsLoadCSE
)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
962
bool
IsLoadCSE
= false;
963
if (Value *AvailableVal = FindAvailableLoadedValue(&LI, *AA, &
IsLoadCSE
)) {
964
if (
IsLoadCSE
)
Completed in 26 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026