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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSCCP.cpp106 /// markConstant - Return true if this is a change in status.
107 bool markConstant(Constant *V) { function in class:__anon10428::LatticeVal
231 IV.markConstant(GV->getInitializer());
309 // markConstant - Make a value be marked as "constant". If the value
313 void markConstant(LatticeVal &IV, Value *V, Constant *C) { function in class:__anon10429::SCCPSolver
314 if (!IV.markConstant(C)) return;
315 DEBUG(dbgs() << "markConstant: " << *C << ": " << *V << '\n');
322 void markConstant(Value *V, Constant *C) { function in class:__anon10429::SCCPSolver
324 markConstant(ValueState[V], V, C);
360 markConstant(I
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DLazyValueInfo.cpp90 Res.markConstant(C);
135 /// markConstant - Return true if this is a change in status.
136 bool markConstant(Constant *V) { function in class:__anon9887::LVILatticeVal

Completed in 171 milliseconds