HomeSort by relevance Sort by last modified time
    Searched refs:isReturnBlock (Results 1 - 25 of 33) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PrologEpilogInserter.h 153 bool isReturnBlock(MachineBasicBlock* MBB);
ShrinkWrapping.cpp 126 bool PEI::isReturnBlock(MachineBasicBlock* MBB) {
375 if (isReturnBlock(MBB))
900 if (isReturnBlock(SUCC)) {
    [all...]
  /external/llvm/lib/CodeGen/
LivePhysRegs.cpp 170 if (MBB.isReturnBlock()) {
PrologEpilogInserter.cpp 310 if (!RestoreBlock->succ_empty() || RestoreBlock->isReturnBlock())
320 if (MBB.isReturnBlock())
    [all...]
Analysis.cpp 662 if (Visiting->isReturnBlock())
CriticalAntiDepBreaker.cpp 55 bool IsReturnBlock = BB->isReturnBlock();
75 if (!IsReturnBlock && !Pristine.test(*I)) continue;
AggressiveAntiDepBreaker.cpp 145 bool IsReturnBlock = BB->isReturnBlock();
168 if (!IsReturnBlock && !Pristine.test(Reg)) continue;
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXPrologEpilogPass.cpp 74 if (I->isReturnBlock())
  /external/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp 256 static bool isReturnBlock(MachineBasicBlock *MBB);
640 bool AMDGPUCFGStructurizer::isReturnBlock(MachineBasicBlock *MBB) {
739 if (isReturnBlock(MBB)) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 496 bool isReturnBlock() const {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 271 if (I->isReturnBlock()) {
327 if (!MBB.isReturnBlock())
593 if ((UseAtEnd && MBB->isReturnBlock()) ||
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 517 bool isReturnBlock() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineBasicBlock.h 529 bool isReturnBlock() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineBasicBlock.h 529 bool isReturnBlock() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineBasicBlock.h 532 bool isReturnBlock() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineBasicBlock.h 532 bool isReturnBlock() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineBasicBlock.h 532 bool isReturnBlock() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineBasicBlock.h 532 bool isReturnBlock() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 517 bool isReturnBlock() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineBasicBlock.h 529 bool isReturnBlock() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineBasicBlock.h 529 bool isReturnBlock() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineBasicBlock.h 532 bool isReturnBlock() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineBasicBlock.h 532 bool isReturnBlock() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineBasicBlock.h 532 bool isReturnBlock() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineBasicBlock.h 532 bool isReturnBlock() const {
    [all...]

Completed in 1476 milliseconds

1 2