Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp263 HoistCand->intersectOptionalDataWith(ElseInst); in hoistInstruction()
437 S0->intersectOptionalDataWith(S1); in sinkStore()
/external/swiftshader/third_party/LLVM/include/llvm/
DValue.h263 void intersectOptionalDataWith(const Value *V) { in intersectOptionalDataWith() function
/external/llvm/include/llvm/IR/
DValue.h446 void intersectOptionalDataWith(const Value *V) { in intersectOptionalDataWith() function
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1218 I1->intersectOptionalDataWith(I2); in HoistThenElseCodeToIf()
1478 I1->intersectOptionalDataWith(I2); in SinkThenElseCodeToEnd()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp881 I1->intersectOptionalDataWith(I2); in HoistThenElseCodeToIf()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp3151 K->intersectOptionalDataWith(H); in fuseChosenPairs()