Home
last modified time | relevance | path

Searched refs:isSameOperationAs (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp273 if (AA->isMustAlias(Loc0, Loc1) && Load0->isSameOperationAs(Load1) && in canHoistFromBlock()
425 if (AA->isMustAlias(Loc0, Loc1) && Store0->isSameOperationAs(Store1) && in canSinkFromBlock()
DLoopRerollPass.cpp515 C->isSameOperationAs(Instructions.back()))) in add()
523 !C->isSameOperationAs(Instructions.back()) || in add()
1085 if (!BaseInst->isSameOperationAs(RootInst)) { in validate()
1099 !BaseInst->isSameOperationAs(TryIt->first) && in validate()
/external/llvm/include/llvm/IR/
DInstruction.h440 bool isSameOperationAs(const Instruction *I, unsigned flags = 0) const;
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1202 !SI.isSameOperationAs(OtherStore)) in SimplifyStoreAtEndOfBlock()
1218 !SI.isSameOperationAs(OtherStore)) in SimplifyStoreAtEndOfBlock()
DInstCombinePHI.cpp529 if (!I || !I->hasOneUse() || !I->isSameOperationAs(FirstInst)) in FoldPHIArgOpIntoPHI()
/external/llvm/lib/IR/
DInstruction.cpp367 bool Instruction::isSameOperationAs(const Instruction *I, in isSameOperationAs() function in Instruction
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp967 if (!J->isSameOperationAs(I, Instruction::CompareIgnoringAlignment | in areInstsCompatible()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1315 if (!I1->isSameOperationAs(I2)) { in SinkThenElseCodeToEnd()