Searched refs:LPred (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp437 MachineBasicBlock *BB, MachineBasicBlock *&LPred,
442 MachineBasicBlock *BB, MachineBasicBlock *LPred,
2905 /// \p LPred - Chosen layout predecessor of \p BB.
2906 /// Updated to be the chain end if LPred is removed.
2907 /// \p Chain - Chain to which \p LPred belongs, and \p BB will belong.
2917 MachineBasicBlock *BB, MachineBasicBlock *&LPred,
2923 Removed = maybeTailDuplicateBlock(BB, LPred, Chain, BlockFilter,
2950 // If BB was duplicated into LPred, it is now scheduled. But because it was
2952 // call markBlockSuccessors for LPred to achieve the same effect. This must go
2955 LPred
2916 repeatedlyTailDuplicateBlock( MachineBasicBlock *BB, MachineBasicBlock *&LPred, const MachineBasicBlock *LoopHeaderBB, BlockChain &Chain, BlockFilterSet *BlockFilter, MachineFunction::iterator &PrevUnplacedBlockIt) argument
2974 maybeTailDuplicateBlock( MachineBasicBlock *BB, MachineBasicBlock *LPred, BlockChain &Chain, BlockFilterSet *BlockFilter, MachineFunction::iterator &PrevUnplacedBlockIt, bool &DuplicatedToLPred) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp457 BBPredicates &LPred = LoopPreds[BB]; local
489 LPred[P] = buildCondition(Term, i, true);
505 LPred[Entry] = BoolFalse;

Completed in 114 milliseconds