Searched refs:LIC (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 249 void UnswitchNontrivialCondition(Value *LIC, Constant *OnVal, Loop *L, 252 void RewriteLoopBodyWithConditionConstant(Loop *L, Value *LIC, 255 void EmitPreheaderBranchOnCondition(Value *LIC, Constant *Val, 726 void LoopUnswitch::EmitPreheaderBranchOnCondition(Value *LIC, Constant *Val, in EmitPreheaderBranchOnCondition() argument 733 Value *BranchVal = LIC; in EmitPreheaderBranchOnCondition() 736 Val->getType() != Type::getInt1Ty(LIC->getContext())) in EmitPreheaderBranchOnCondition() 737 BranchVal = new ICmpInst(InsertPt, ICmpInst::ICMP_EQ, LIC, Val); in EmitPreheaderBranchOnCondition() 969 void LoopUnswitch::UnswitchNontrivialCondition(Value *LIC, Constant *Val, in UnswitchNontrivialCondition() argument 975 << " when '" << *Val << "' == " << *LIC << "\n"); in UnswitchNontrivialCondition() 1089 EmitPreheaderBranchOnCondition(LIC, Val, NewBlocks[0], LoopBlocks[0], OldBR, in UnswitchNontrivialCondition() [all …]
|