Searched refs:predecessors (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DRDFGraph.cpp250 for (auto I : BB->predecessors())
1371 // Prepare a list of NodeIds of the block's predecessors.
1374 for (auto PB : MBB->predecessors()) {
1554 // predecessors.
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DInlineSpiller.cpp403 // all predecessors.
525 // predecessors. Look up the VNInfo for the current definition
538 // expensive if there are many predecessors and many more PHIs as
831 for (MachineBasicBlock *P : MBB->predecessors()) {
H A DIfConversion.cpp981 for (const auto &Predecessor : BB->predecessors()) {
1186 // BB has been changed, modify its predecessors (except for this
1266 // predecessors. Otherwise, add an unconditional branch to 'false'.
1484 // the tail block, and the tail block does not have other predecessors, then
1492 // check if there are any other predecessors besides those.
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1880 for (MachineBasicBlock *PredBB : CurMBB->predecessors()) {
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DVerifier.cpp29 // * The entry node to a function must not have predecessors
1877 "Entry block to function must not have predecessors!", Entry);
2001 // Check to make sure that the predecessors and PHI node entries are
2004 "PHI node entries do not match predecessors!", PN,
2984 for (BasicBlock *PredBB : predecessors(BB)) {
3009 for (BasicBlock *PredBB : predecessors(BB)) {

Completed in 268 milliseconds

12