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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp425 MachineBasicBlock *BB, MachineBasicBlock *&LPred,
430 MachineBasicBlock *BB, MachineBasicBlock *LPred,
2876 /// \p LPred - Chosen layout predecessor of \p BB.
2877 /// Updated to be the chain end if LPred is removed.
2878 /// \p Chain - Chain to which \p LPred belongs, and \p BB will belong.
2888 MachineBasicBlock *BB, MachineBasicBlock *&LPred,
2894 Removed = maybeTailDuplicateBlock(BB, LPred, Chain, BlockFilter,
2924 // If BB was duplicated into LPred, it is now scheduled. But because it was
2926 // call markBlockSuccessors for LPred to achieve the same effect. This must go
2929 LPred
2887 repeatedlyTailDuplicateBlock( MachineBasicBlock *BB, MachineBasicBlock *&LPred, const MachineBasicBlock *LoopHeaderBB, BlockChain &Chain, BlockFilterSet *BlockFilter, MachineFunction::iterator &PrevUnplacedBlockIt) argument
2949 maybeTailDuplicateBlock( MachineBasicBlock *BB, MachineBasicBlock *LPred, BlockChain &Chain, BlockFilterSet *BlockFilter, MachineFunction::iterator &PrevUnplacedBlockIt, bool &DuplicatedToLPred) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp455 BBPredicates &LPred = LoopPreds[BB]; local
487 LPred[P] = buildCondition(Term, i, true);
503 LPred[Entry] = BoolFalse;

Completed in 111 milliseconds