Home
last modified time | relevance | path

Searched refs:MergedLoadStoreMotion (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp105 class MergedLoadStoreMotion : public FunctionPass { class
111 MergedLoadStoreMotion() in MergedLoadStoreMotion() function in __anon7e221bac0111::MergedLoadStoreMotion
161 char MergedLoadStoreMotion::ID = 0;
168 return new MergedLoadStoreMotion(); in createMergedLoadStoreMotionPass()
171 INITIALIZE_PASS_BEGIN(MergedLoadStoreMotion, "mldst-motion",
177 INITIALIZE_PASS_END(MergedLoadStoreMotion, "mldst-motion", in INITIALIZE_PASS_DEPENDENCY()
183 void MergedLoadStoreMotion::removeInstruction(Instruction *Inst) { in INITIALIZE_PASS_DEPENDENCY()
199 BasicBlock *MergedLoadStoreMotion::getDiamondTail(BasicBlock *BB) { in getDiamondTail()
210 bool MergedLoadStoreMotion::isDiamondHead(BasicBlock *BB) { in isDiamondHead()
243 bool MergedLoadStoreMotion::isLoadHoistBarrierInRange(const Instruction& Start, in isLoadHoistBarrierInRange()
[all …]
DCMakeLists.txt33 MergedLoadStoreMotion.cpp
DAndroid.mk35 MergedLoadStoreMotion.cpp \