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

/external/pdfium/testing/tools/
H A Dsafetynet_conclusions.py117 def GetCaseResults(self): member in class:ComparisonConclusions
185 for cr in self.GetCaseResults().values()
H A Dsafetynet_compare.py562 for case_result in conclusions.GetCaseResults().values():
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4210 GetCaseResults(SwitchInst *SI, ConstantInt *CaseVal, BasicBlock *CaseDest, function
4313 if (!GetCaseResults(SI, CaseVal, I.getCaseSuccessor(), &CommonDest, Results,
4331 GetCaseResults(SI, nullptr, SI->getDefaultDest(), &CommonDest, DefaultResults,
4856 if (!GetCaseResults(SI, CaseVal, CI.getCaseSuccessor(), &CommonDest,
4883 bool HasDefaultResults = GetCaseResults(SI, nullptr, SI->getDefaultDest(),

Completed in 8567 milliseconds