Searched refs:SimplifyStoreAtEndOfBlock (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombine.h362 bool SimplifyStoreAtEndOfBlock(StoreInst &SI);
H A DInstCombineLoadStoreAlloca.cpp695 if (SimplifyStoreAtEndOfBlock(SI))
701 /// SimplifyStoreAtEndOfBlock - Turn things like:
709 bool InstCombiner::SimplifyStoreAtEndOfBlock(StoreInst &SI) { function in class:InstCombiner

Completed in 137 milliseconds