HomeSort by relevance Sort by last modified time
    Searched refs:SimplifyStoreAtEndOfBlock (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 375 bool SimplifyStoreAtEndOfBlock(StoreInst &SI);
InstCombineLoadStoreAlloca.cpp 678 if (SimplifyStoreAtEndOfBlock(SI))
684 /// SimplifyStoreAtEndOfBlock - Turn things like:
692 bool InstCombiner::SimplifyStoreAtEndOfBlock(StoreInst &SI) {

Completed in 489 milliseconds