Searched defs:findDominatingStoreToReturnValue (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCall.cpp1622 static llvm::StoreInst *findDominatingStoreToReturnValue(CodeGenFunction &CGF) { function
1704 if (llvm::StoreInst *SI = findDominatingStoreToReturnValue(*this)) {

Completed in 113 milliseconds