HomeSort by relevance Sort by last modified time
    Searched full:issuccessor (Results 1 - 19 of 19) 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 442 assert((!TBI.Succ || (*I)->isSuccessor(TBI.Succ)) && "CFG changed");
499 assert(MBB->isSuccessor(TBI.Succ) && "CFG doesn't match trace");
    [all...]
IfConversion.cpp     [all...]
MachineVerifier.cpp 562 } else if (!MBB->isSuccessor(MBBI)) {
580 } else if (!MBB->isSuccessor(TBB)) {
    [all...]
TailDuplication.cpp 503 if (!SrcBB->isSuccessor(SuccBB))
546 if (TailBB.isSuccessor(&TailBB))
    [all...]
MachineBasicBlock.cpp 582 bool MachineBasicBlock::isSuccessor(const MachineBasicBlock *MBB) const {
599 if (!isSuccessor(Fallthrough))
    [all...]
MachineCSE.cpp 374 if (CSBB != BB && !CSBB->isSuccessor(BB))
MachineBlockPlacement.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp 177 bool case2 = JumpAroundTarget->isSuccessor(UncondTarget) &&
HexagonHardwareLoops.cpp     [all...]
  /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 666 if (!LastMBB->isSuccessor(LoopStart)) {
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp     [all...]
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp     [all...]

Completed in 3232 milliseconds