HomeSort by relevance Sort by last modified time
    Searched full:issuccessor (Results 1 - 18 of 18) sorted by null

  /external/llvm/include/llvm/Analysis/
Interval.h 80 /// isSuccessor - find out if a basic block is a successor of this Interval
81 inline bool isSuccessor(BasicBlock *BB) const {
IntervalIterator.h 201 if (!Int->isSuccessor(NodeHeader)) // Add only if not already in set
208 if (!Int->isSuccessor(NodeHeader)) // Add only if not already in set
219 if (Int->isSuccessor(NodeHeader)) {
  /external/llvm/lib/CodeGen/
CodePlacementOpt.cpp 194 if (Prior->isSuccessor(End))
202 if (!Prior->isSuccessor(End))
BranchFolding.cpp     [all...]
MachineTraceMetrics.cpp 439 assert((!TBI.Succ || (*I)->isSuccessor(TBI.Succ)) && "CFG changed");
496 assert(MBB->isSuccessor(TBI.Succ) && "CFG doesn't match trace");
    [all...]
MachineVerifier.cpp 548 } else if (!MBB->isSuccessor(MBBI)) {
566 } else if (!MBB->isSuccessor(TBB)) {
    [all...]
MachineBasicBlock.cpp 579 bool MachineBasicBlock::isSuccessor(const MachineBasicBlock *MBB) const {
596 if (!isSuccessor(Fallthrough))
    [all...]
TailDuplication.cpp 502 if (!SrcBB->isSuccessor(SuccBB))
547 if (TailBB.isSuccessor(&TailBB))
    [all...]
IfConversion.cpp     [all...]
MachineCSE.cpp 358 if (CSBB != BB && !CSBB->isSuccessor(BB))
MachineBlockPlacement.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp 176 bool case2 = JumpAroundTarget->isSuccessor(UncondTarget) &&
HexagonHardwareLoops.cpp 474 if (!LastMBB->isSuccessor(LoopStart)) {
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 388 /// isSuccessor - Return true if the specified MBB is a successor of this
390 bool isSuccessor(const MachineBasicBlock *MBB) const;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 616 if (!LastMBB->isSuccessor(LoopStart)) {
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp 854 bool IsSelfLoop = MBB.isSuccessor(&MBB);
    [all...]

Completed in 769 milliseconds