Searched refs:EntryLoc (Results 1 – 3 of 3) sorted by relevance
361 DebugLoc EntryLoc = IsEntryBB && IP->getDebugLoc() in InjectCoverageAtBlock() local365 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()383 IRB.SetCurrentDebugLocation(EntryLoc); in InjectCoverageAtBlock()
306 SourceLocation EntryLoc; // Location of first statement in block member315 return Side == CBS_Entry ? EntryLoc : ExitLoc; in getLocation()778 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = S->getLocStart(); in findBlockLocations()797 CurrBlockInfo->EntryLoc = CS->getStmt()->getLocStart(); in findBlockLocations()805 CurrBlockInfo->EntryLoc = CurrBlockInfo->ExitLoc = in findBlockLocations()2248 CurrBlockInfo->EntryLoc, in runAnalysis()2335 PreLoop->EntryLoc, in runAnalysis()
2514 PathDiagnosticLocation EntryLoc = PathDiagnosticLocation::createBegin(D, SM); in dropFunctionEntryEdge() local2515 if (FirstEdge->getStartLocation() != EntryLoc) in dropFunctionEntryEdge()