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

  /external/llvm/lib/MC/MCAnalysis/
MCFunction.cpp 48 if (!isSuccessor(MCBB))
52 bool MCBasicBlock::isSuccessor(const MCBasicBlock *MCBB) const {
  /external/llvm/include/llvm/Analysis/
Interval.h 77 /// isSuccessor - find out if a basic block is a successor of this Interval
78 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/include/llvm/MC/MCAnalysis/
MCFunction.h 70 bool isSuccessor(const MCBasicBlock *MCBB) const;
  /external/llvm/lib/Target/Hexagon/
HexagonCFGOptimizer.cpp 184 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");
591 assert(MBB->isSuccessor(TBI.Succ) && "CFG doesn't match trace");
    [all...]
MachineVerifier.cpp 576 } else if (!MBB->isSuccessor(MBBI)) {
594 } else if (!MBB->isSuccessor(TBB)) {
    [all...]
TailDuplication.cpp 511 if (!SrcBB->isSuccessor(SuccBB))
554 if (TailBB.isSuccessor(&TailBB))
    [all...]
IfConversion.cpp     [all...]
MachineCSE.cpp 386 if (CSBB != BB && !CSBB->isSuccessor(BB))
MachineBasicBlock.cpp 625 bool MachineBasicBlock::isSuccessor(const MachineBasicBlock *MBB) const {
642 if (!isSuccessor(Fallthrough))
    [all...]
MachineBlockPlacement.cpp     [all...]
MachineScheduler.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 373 return MBB->isSuccessor(LoopHeader);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 422 /// isSuccessor - Return true if the specified MBB is a successor of this
424 bool isSuccessor(const MachineBasicBlock *MBB) const;
  /external/llvm/lib/Target/AArch64/
AArch64ConditionalCompares.cpp 456 if (!CmpBB->isSuccessor(Tail))
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
ScheduleDAGRRList.cpp     [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 1210 milliseconds