HomeSort by relevance Sort by last modified time
    Searched refs:isSuccessor (Results 1 - 21 of 21) sorted by null

  /external/llvm/lib/MC/
MCFunction.cpp 43 bool MCBasicBlock::isSuccessor(const MCBasicBlock *MCBB) const {
  /external/llvm/include/llvm/MC/
MCFunction.h 69 bool isSuccessor(const MCBasicBlock *MCBB) const;
  /external/llvm/include/llvm/Analysis/
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)) {
Interval.h 80 /// isSuccessor - find out if a basic block is a successor of this Interval
81 inline bool isSuccessor(BasicBlock *BB) const {
  /external/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp 183 bool case2 = JumpAroundTarget->isSuccessor(UncondTarget) &&
HexagonHardwareLoops.cpp     [all...]
  /external/llvm/lib/CodeGen/
BranchFolding.cpp     [all...]
MachineTraceMetrics.cpp 535 assert((!TBI.Succ || (*I)->isSuccessor(TBI.Succ)) && "CFG changed");
592 assert(MBB->isSuccessor(TBI.Succ) && "CFG doesn't match trace");
    [all...]
MachineVerifier.cpp 569 } else if (!MBB->isSuccessor(MBBI)) {
587 } else if (!MBB->isSuccessor(TBB)) {
    [all...]
TailDuplication.cpp 501 if (!SrcBB->isSuccessor(SuccBB))
544 if (TailBB.isSuccessor(&TailBB))
    [all...]
IfConversion.cpp     [all...]
MachineCSE.cpp 374 if (CSBB != BB && !CSBB->isSuccessor(BB))
MachineBasicBlock.cpp 619 bool MachineBasicBlock::isSuccessor(const MachineBasicBlock *MBB) const {
636 if (!isSuccessor(Fallthrough))
    [all...]
MachineBlockPlacement.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 396 /// isSuccessor - Return true if the specified MBB is a successor of this
398 bool isSuccessor(const MachineBasicBlock *MBB) const;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
ScheduleDAGRRList.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 369 return MBB->isSuccessor(LoopHeader);
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp     [all...]

Completed in 348 milliseconds