Home
last modified time | relevance | path

Searched refs:PrevIt (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h185 auto PrevIt = std::prev(It); in insert() local
187 PrevIt->Spelling.reserve(PrevIt->Spelling.size() + in insert()
189 PrevIt->Spelling.append(TheirFrontSpelling); in insert()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp852 auto PrevIt = CHIs.begin(); in findHoistableCandidates() local
853 while (PrevIt != PHIIt) { in findHoistableCandidates()
860 checkSafety(make_range(PrevIt, PHIIt), BB, K, Safe); in findHoistableCandidates()
871 PrevIt = PHIIt; in findHoistableCandidates()
872 PHIIt = std::find_if(PrevIt, CHIs.end(), in findHoistableCandidates()
873 [PrevIt](CHIArg &A) { return A != *PrevIt; }); in findHoistableCandidates()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp276 auto PrevIt = PrevMap.find(K); in widenKeyToValueMap() local
277 if (PrevIt == PrevMap.end()) in widenKeyToValueMap()
279 assert(PrevIt->second != nullptr); in widenKeyToValueMap()
281 if (areEquivalentValues(*Val, *PrevIt->second)) { in widenKeyToValueMap()
287 K->getType(), *PrevIt->second, PrevEnv, *Val, CurEnv, Model); in widenKeyToValueMap()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp832 MachineBasicBlock::iterator PrevIt = std::prev(InsertPt); in insertEpilogueInBlock() local
833 unsigned COpc = PrevIt->getOpcode(); in insertEpilogueInBlock()