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

  /external/llvm/lib/Transforms/Utils/
LoopVersioning.cpp 156 Value *ClonedValue = PN->getIncomingValue(0);
157 auto Mapped = VMap.find(ClonedValue);
159 ClonedValue = Mapped->second;
161 PN->addIncoming(ClonedValue, NonVersionedLoop->getExitingBlock());
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]

Completed in 665 milliseconds