HomeSort by: relevance | last modified time | path
    Searched refs:NewDIL (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 212 auto NewDIL = DIL->cloneWithBaseDiscriminator(Discriminator);
213 if (!NewDIL) {
219 I.setDebugLoc(NewDIL.getValue());
249 auto NewDIL = CurrentDIL->cloneWithBaseDiscriminator(Discriminator);
250 if (!NewDIL) {
257 I.setDebugLoc(NewDIL.getValue());
LoopUnroll.cpp 584 auto NewDIL = DIL->cloneByMultiplyingDuplicationFactor(ULO.Count);
585 if (NewDIL)
586 I.setDebugLoc(NewDIL.getValue());
LoopUnrollAndJam.cpp 359 auto NewDIL = DIL->cloneByMultiplyingDuplicationFactor(Count);
360 if (NewDIL)
361 I.setDebugLoc(NewDIL.getValue());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRFSDiscriminator.cpp 111 const auto *const NewDIL = DIL->cloneWithDiscriminator(NewD);
112 if (!NewDIL) {
120 I.setDebugLoc(NewDIL);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 1056 auto NewDIL =
1058 if (NewDIL)
1059 B.SetCurrentDebugLocation(NewDIL.getValue());

Completed in 25 milliseconds