Searched defs:LPred (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | StructurizeCFG.cpp | 469 BBPredicates &LPred = LoopPreds[BB]; in gatherPredicates() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineBlockPlacement.cpp | 3019 repeatedlyTailDuplicateBlock(MachineBasicBlock * BB,MachineBasicBlock * & LPred,const MachineBasicBlock * LoopHeaderBB,BlockChain & Chain,BlockFilterSet * BlockFilter,MachineFunction::iterator & PrevUnplacedBlockIt) repeatedlyTailDuplicateBlock() argument 3077 maybeTailDuplicateBlock(MachineBasicBlock * BB,MachineBasicBlock * LPred,BlockChain & Chain,BlockFilterSet * BlockFilter,MachineFunction::iterator & PrevUnplacedBlockIt,bool & DuplicatedToLPred) maybeTailDuplicateBlock() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 8271 isImpliedCondMatchingOperands(CmpInst::Predicate LPred,CmpInst::Predicate RPred,bool AreSwappedOps) isImpliedCondMatchingOperands() argument 8289 isImpliedCondCommonOperandWithConstants(CmpInst::Predicate LPred,const APInt & LC,CmpInst::Predicate RPred,const APInt & RC) isImpliedCondCommonOperandWithConstants() argument 8315 CmpInst::Predicate LPred = isImpliedCondICmps() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAndOrXor.cpp | 3108 ICmpInst::Predicate LPred = foldAndOrOfICmpEqConstantAndICmp() local
|