Searched refs:IVName (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | ScalarEvolutionExpander.h | 50 const char* IVName; variable 147 : SE(se), DL(DL), IVName(name), IVIncInsertLoop(nullptr),
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | ScalarEvolutionExpander.cpp | 1071 Builder.CreateSub(PN, StepV, Twine(IVName) + ".iv.next") : in expandIVInc() 1072 Builder.CreateAdd(PN, StepV, Twine(IVName) + ".iv.next"); in expandIVInc() 1297 Twine(IVName) + ".iv"); in getAddRecExprPHILiterally() 2062 OrigInc, IsomorphicInc->getType(), IVName); in replaceCongruentIVs() 2076 NewIV = Builder.CreateTruncOrBitCast(OrigPhiRef, Phi->getType(), IVName); in replaceCongruentIVs()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGOpenMPRuntime.cpp | 11376 Data.IVName = OS.str(); 11400 CGF, Data.IVLVal.getType(), Data.IVName); in initLastprivateConditionalCounter() 11416 StringRef IVName; member in __anonf9fddcd25311::LastprivateConditionalRefChecker 11431 IVName = D.IVName; in VisitDeclRefExpr() 11449 IVName = D.IVName; in VisitMemberExpr() 11473 return std::make_tuple(FoundE, FoundD, UniqueDeclName, IVLVal, IVName, in getFoundData() 11490 StringRef IVName; in checkAndEmitLastprivateConditional() local 11492 std::tie(FoundE, FoundD, UniqueDeclName, IVLVal, IVName, UseOriginalIV) = in checkAndEmitLastprivateConditional() 11520 getAddrOfArtificialThreadPrivate(CGF, IVLVal.getType(), IVName); in checkAndEmitLastprivateConditional()
|
| HD | CGOpenMPRuntime.h | 236 SmallString<16> IVName; member
|