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

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
CFGBuilder.cpp 73 auto FirstC = SI->case_begin();
74 SI->setDefaultDest(FirstC->getCaseSuccessor());
75 SI->removeCase(FirstC);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InlineCost.cpp 465 Constant *FirstC = nullptr;
498 if (FirstC) {
499 if (FirstC == C)
517 FirstC = C;
528 if (FirstC) {
529 SimplifiedValues[&I] = FirstC;
    [all...]

Completed in 1497 milliseconds