Home
last modified time | relevance | path

Searched refs:PropagateConstantReturn (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DIPConstantPropagation.cpp45 bool PropagateConstantReturn(Function &F);
69 Changed |= PropagateConstantReturn(*I); in runOnModule()
159 bool IPCP::PropagateConstantReturn(Function &F) { in PropagateConstantReturn() function in IPCP
/external/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp130 static bool PropagateConstantReturn(Function &F) { in PropagateConstantReturn() function
275 Changed |= PropagateConstantReturn(F); in runOnModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp130 static bool PropagateConstantReturn(Function &F) { in PropagateConstantReturn() function
281 Changed |= PropagateConstantReturn(F); in runOnModule()