Searched refs:RemoveBlockIfDead (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp213 void RemoveBlockIfDead(BasicBlock *BB,
941 /// RemoveBlockIfDead - If the specified block is dead, remove it, update loop
944 void LoopUnswitch::RemoveBlockIfDead(BasicBlock *BB, function in class:LoopUnswitch
972 RemoveBlockIfDead(BB, Worklist, L);
1049 RemoveBlockIfDead(Succs[i], Worklist, L);
1276 RemoveBlockIfDead(DeadSucc, Worklist, L);

Completed in 65 milliseconds