Searched refs:SplitOnStore (Results 1 – 2 of 2) sorted by relevance
514 void buildSequentialBlockStmts(BasicBlock *BB, bool SplitOnStore = false);
1969 void ScopBuilder::buildSequentialBlockStmts(BasicBlock *BB, bool SplitOnStore) { in buildSequentialBlockStmts() argument1979 (SplitOnStore && isa<StoreInst>(Inst))) { in buildSequentialBlockStmts()