Searched refs:CurPoint (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocLinearScan.cpp245 void processActiveIntervals(SlotIndex CurPoint);
249 void processInactiveIntervals(SlotIndex CurPoint);
684 void RALinScan::processActiveIntervals(SlotIndex CurPoint) argument
693 IntervalPos = Interval->advanceTo(IntervalPos, CurPoint);
707 } else if (IntervalPos->start > CurPoint) {
730 void RALinScan::processInactiveIntervals(SlotIndex CurPoint) argument
739 IntervalPos = Interval->advanceTo(IntervalPos, CurPoint);
748 } else if (IntervalPos->start <= CurPoint) {
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp853 ProgramPoint CurPoint = Succ->getLocation();
855 if (auto BE = CurPoint.getAs<BlockEdge>()) {
857 } else if (auto SP = CurPoint.getAs<StmtPoint>()) {
/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp165 CodeGenFunction::JumpDest CurPoint = local
171 CGF.EmitBranchThroughCleanup(CurPoint);
172 CGF.EmitBlock(CurPoint.getBlock());

Completed in 3177 milliseconds