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

/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp79 bool HandleFree(CallInst *F);
486 MadeChange |= HandleFree(F);
643 /// HandleFree - Handle frees of entire structures whose dependency is a store
645 bool DSE::HandleFree(CallInst *F) { function in class:DSE

Completed in 293 milliseconds