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 290 Value *BranchVal = new ICmpInst(PreHeaderBR,
295 BranchInst::Create(PEnd, PEnd, BranchVal, PreHeaderBR);
346 Value *BranchVal = new ICmpInst(*NewBB, ICmpInst::ICMP_EQ, ModVal,
351 BranchVal, NewBB);
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 677 Value *BranchVal = LIC;
680 BranchVal = new ICmpInst(InsertPt, ICmpInst::ICMP_EQ, LIC, Val);
686 BranchInst *BI = BranchInst::Create(TrueDest, FalseDest, BranchVal, InsertPt);
    [all...]

Completed in 58 milliseconds