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

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

Completed in 68 milliseconds