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

/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp994 /// ConstantPropUsersOf - Walk the use list of V, constant folding all of the
996 static void ConstantPropUsersOf(Value *V, function
1139 ConstantPropUsersOf(NewGV, TD, TLI);
1141 ConstantPropUsersOf(RepValue, TD, TLI);

Completed in 82 milliseconds