Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp145 bool hoistLoad(BasicBlock *BB, LoadInst *HoistCand, LoadInst *ElseInst);
333 bool MergedLoadStoreMotion::hoistLoad(BasicBlock *BB, LoadInst *L0, in hoistLoad() function in MergedLoadStoreMotion
381 bool Res = hoistLoad(BB, L0, L1); in mergeLoads()