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

  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 292 Value *BranchVal = B.CreateOr(OverflowCheck, LCmp, "lcmp.or");
296 BranchInst::Create(PEnd, PEnd, BranchVal, PreHeaderBR);
348 Value *BranchVal = new ICmpInst(*NewBB, ICmpInst::ICMP_EQ, ModVal,
353 BranchVal, NewBB);
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 684 Value *BranchVal = LIC;
687 BranchVal = new ICmpInst(InsertPt, ICmpInst::ICMP_EQ, LIC, Val);
693 BranchInst *BI = BranchInst::Create(TrueDest, FalseDest, BranchVal, InsertPt);
    [all...]

Completed in 1172 milliseconds