HomeSort by: relevance | last modified time | path
    Searched refs:MergedLoadStoreMotion (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp 1 //===- MergedLoadStoreMotion.cpp - merge and hoist/sink load/stores -------===//
78 #include "llvm/Transforms/Scalar/MergedLoadStoreMotion.h"
98 // MergedLoadStoreMotion Pass
100 class MergedLoadStoreMotion {
111 MergedLoadStoreMotion(bool SplitFooterBB) : SplitFooterBB(SplitFooterBB) {}
132 BasicBlock *MergedLoadStoreMotion::getDiamondTail(BasicBlock *BB) {
140 bool MergedLoadStoreMotion::isDiamondHead(BasicBlock *BB) {
172 bool MergedLoadStoreMotion::isStoreSinkBarrierInRange(const Instruction &Start,
187 StoreInst *MergedLoadStoreMotion::canSinkFromBlock(BasicBlock *BB1,
210 PHINode *MergedLoadStoreMotion::getPHIOperand(BasicBlock *BB, StoreInst *S0
    [all...]
  /src/external/apache2/llvm/lib/libLLVMScalarOpts/
Makefile 63 MergedLoadStoreMotion.cpp \

Completed in 14 milliseconds