OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSameOperationAs
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp
273
if (AA->isMustAlias(Loc0, Loc1) && Load0->
isSameOperationAs
(Load1) &&
425
if (AA->isMustAlias(Loc0, Loc1) && Store0->
isSameOperationAs
(Store1) &&
LoopRerollPass.cpp
515
C->
isSameOperationAs
(Instructions.back())))
523
!C->
isSameOperationAs
(Instructions.back()) ||
[
all
...]
/external/llvm/include/llvm/IR/
Instruction.h
422
/// When checking for operation equivalence (using
isSameOperationAs
) it is
440
bool
isSameOperationAs
(const Instruction *I, unsigned flags = 0) const;
/external/llvm/lib/IR/
Instruction.cpp
364
//
isSameOperationAs
367
bool Instruction::
isSameOperationAs
(const Instruction *I,
/external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp
[
all
...]
InstCombinePHI.cpp
529
if (!I || !I->hasOneUse() || !I->
isSameOperationAs
(FirstInst))
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp
[
all
...]
/external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
[
all
...]
Completed in 2293 milliseconds