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

/freebsd-10.0-release/contrib/llvm/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:__anon2666::LatticeVal
231 IV.markConstant(GV->getInitializer());
302 // markConstant - Make a value be marked as "constant". If the value
306 void markConstant(LatticeVal &IV, Value *V, Constant *C) { function in class:__anon2667::SCCPSolver
307 if (!IV.markConstant(C)) return;
308 DEBUG(dbgs() << "markConstant: " << *C << ": " << *V << '\n');
315 void markConstant(Value *V, Constant *C) { function in class:__anon2667::SCCPSolver
317 markConstant(ValueState[V], V, C);
353 markConstant(I
[all...]
/freebsd-10.0-release/contrib/llvm/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:__anon2092::LVILatticeVal

Completed in 120 milliseconds