reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
252 PostIncLoops = L;
include/llvm/Support/CommandLine.h 1777 Subs = AliasFor->Subs;
include/llvm/Support/type_traits.h 122 static auto get(F*) -> decltype(std::declval<F &>() = std::declval<const F &>(), std::true_type{});
lib/Analysis/ScalarEvolutionExpander.cpp 1329 PostIncLoops = SavedPostIncLoops;
lib/Transforms/Scalar/LoopRerollPass.cpp 938 DRS.SubsumedInsts = SubsumedInsts;
lib/Transforms/Scalar/LoopStrengthReduce.cpp3316 LF.PostIncLoops = TmpPostIncLoops; 4943 NewRegs = CurRegs;lib/Transforms/Scalar/LoopUnswitch.cpp
382 NewLoopProps.UnswitchedVals[NewInst] = OldLoopProps.UnswitchedVals[OldInst];
tools/clang/lib/AST/DeclCXX.cpp 1533 HiddenTypesBuffer = ParentHiddenTypes;
unittests/ADT/SmallPtrSetTest.cpp27 (s2 = s1).insert(&buf[2]); 30 (s2 = static_cast<SmallPtrSet<int *, 4> &>(s2)).insert(&buf[3]); 32 s1 = s2; 129 s1 = s2; 160 s3 = s1;unittests/Analysis/PhiValuesTest.cpp
56 Vals = PV.getValuesForPhi(Phi1); 60 Vals = PV.getValuesForPhi(Phi2); 68 Vals = PV.getValuesForPhi(Phi1); 72 Vals = PV.getValuesForPhi(Phi2); 80 Vals = PV.getValuesForPhi(Phi1); 132 Vals = PV.getValuesForPhi(Phi1); 136 Vals = PV.getValuesForPhi(Phi2); 140 Vals = PV.getValuesForPhi(Phi3); 149 Vals = PV.getValuesForPhi(Phi1); 153 Vals = PV.getValuesForPhi(Phi2); 157 Vals = PV.getValuesForPhi(Phi3); 166 Vals = PV.getValuesForPhi(Phi1); 170 Vals = PV.getValuesForPhi(Phi2); 174 Vals = PV.getValuesForPhi(Phi3); 182 Vals = PV.getValuesForPhi(Phi1); 186 Vals = PV.getValuesForPhi(Phi2); 190 Vals = PV.getValuesForPhi(Phi3); 201 Vals = PV.getValuesForPhi(Phi1); 205 Vals = PV.getValuesForPhi(Phi3);