HomeSort by relevance Sort by last modified time
    Searched refs:CurPoint (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocLinearScan.cpp 245 void processActiveIntervals(SlotIndex CurPoint);
249 void processInactiveIntervals(SlotIndex CurPoint);
684 void RALinScan::processActiveIntervals(SlotIndex CurPoint)
693 IntervalPos = Interval->advanceTo(IntervalPos, CurPoint);
707 } else if (IntervalPos->start > CurPoint) {
730 void RALinScan::processInactiveIntervals(SlotIndex CurPoint)
739 IntervalPos = Interval->advanceTo(IntervalPos, CurPoint);
748 } else if (IntervalPos->start <= CurPoint) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 853 ProgramPoint CurPoint = Succ->getLocation();
855 if (auto BE = CurPoint.getAs<BlockEdge>()) {
857 } else if (auto SP = CurPoint.getAs<StmtPoint>()) {
    [all...]
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 165 CodeGenFunction::JumpDest CurPoint =
171 CGF.EmitBranchThroughCleanup(CurPoint);
172 CGF.EmitBlock(CurPoint.getBlock());
    [all...]

Completed in 68 milliseconds