Home
last modified time | relevance | path

Searched refs:DepResult (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DImplicitNullChecks.cpp391 auto DepResult = computeDependence(FaultingMI, InstsSeenSoFar); in canHoistInst() local
392 if (!DepResult.CanReorder) in canHoistInst()
395 if (!DepResult.PotentialDependence) { in canHoistInst()
400 auto DependenceItr = *DepResult.PotentialDependence; in canHoistInst()
/external/clang/lib/Parse/
DParseStmt.cpp2202 StmtResult DepResult = Actions.ActOnMSDependentExistsStmt(Result.KeywordLoc, in ParseMicrosoftIfExistsStatement() local
2207 if (DepResult.isUsable()) in ParseMicrosoftIfExistsStatement()
2208 Stmts.push_back(DepResult.get()); in ParseMicrosoftIfExistsStatement()