HomeSort by relevance Sort by last modified time
    Searched refs:AvailableValues (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
EarlyCSE.cpp 224 /// AvailableValues - This scoped hash table contains the current values of
229 ScopedHTType *AvailableValues;
286 ScopedHTType::ScopeTy Scope(*AvailableValues);
316 // not, add them to AvailableValues.
343 if (Value *V = AvailableValues->lookup(Inst)) {
353 AvailableValues->insert(Inst, Inst);
462 AvailableValues = &AVTable;
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 265 ScopedHTType AvailableValues;
326 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads,
328 : Scope(AvailableValues), LoadScope(AvailableLoads),
346 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads,
350 EndIter(end), Scopes(AvailableValues, AvailableLoads, AvailableCalls),
521 AvailableValues.insert(CondInst, ConditionalConstant);
543 // not, add them to AvailableValues.
571 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext()));
602 if (Value *V = AvailableValues.lookup(Inst)) {
614 AvailableValues.insert(Inst, Inst)
    [all...]

Completed in 83 milliseconds