Home
last modified time | relevance | path

Searched refs:intersectOptionalDataWith (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp298 HoistCand->intersectOptionalDataWith(ElseInst); in hoistInstruction()
475 S0->intersectOptionalDataWith(S1); in sinkStore()
/external/llvm/include/llvm/IR/
DValue.h440 void intersectOptionalDataWith(const Value *V) { in intersectOptionalDataWith() function
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1122 I1->intersectOptionalDataWith(I2); in HoistThenElseCodeToIf()
1377 I1->intersectOptionalDataWith(I2); in SinkThenElseCodeToEnd()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp3133 K->intersectOptionalDataWith(H); in fuseChosenPairs()