/external/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 552 BasicBlock *DefBlock = cast<Instruction>(outputs[out])->getParent(); in emitCallAndSwitchStatement() local 561 DefBlock = NormalDest; in emitCallAndSwitchStatement() 567 if (DefBlock == I.second) { in emitCallAndSwitchStatement() 568 DefBlock = I.first; in emitCallAndSwitchStatement() 575 if (!DT && DefBlock != OldTarget) in emitCallAndSwitchStatement() 580 DominatesDef = DT->dominates(DefBlock, OldTarget); in emitCallAndSwitchStatement() 588 if (pred && DT && DT->dominates(DefBlock, pred)) in emitCallAndSwitchStatement()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 519 BasicBlock *DefBlock = cast<Instruction>(outputs[out])->getParent(); in emitCallAndSwitchStatement() local 524 DefBlock = Invoke->getNormalDest(); in emitCallAndSwitchStatement() 531 if (DefBlock == I->second) { in emitCallAndSwitchStatement() 532 DefBlock = I->first; in emitCallAndSwitchStatement() 539 if (!DT && DefBlock != OldTarget) in emitCallAndSwitchStatement() 544 DominatesDef = DT->dominates(DefBlock, OldTarget); in emitCallAndSwitchStatement() 552 if (pred && DT && DT->dominates(DefBlock, pred)) in emitCallAndSwitchStatement()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LiveVariables.h | 283 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock, 285 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LiveVariables.h | 275 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock, 277 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveVariables.h | 276 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock, 278 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | LiveVariables.cpp | 89 MachineBasicBlock *DefBlock, in MarkVirtRegAliveInBlock() argument 102 if (MBB == DefBlock) return; // Terminate recursion in MarkVirtRegAliveInBlock() 114 MachineBasicBlock *DefBlock, in MarkVirtRegAliveInBlock() argument 117 MarkVirtRegAliveInBlock(VRInfo, DefBlock, MBB, WorkList); in MarkVirtRegAliveInBlock() 122 MarkVirtRegAliveInBlock(VRInfo, DefBlock, Pred, WorkList); in MarkVirtRegAliveInBlock()
|
/external/llvm/lib/CodeGen/ |
D | LiveVariables.cpp | 93 MachineBasicBlock *DefBlock, in MarkVirtRegAliveInBlock() argument 106 if (MBB == DefBlock) return; // Terminate recursion in MarkVirtRegAliveInBlock() 119 MachineBasicBlock *DefBlock, in MarkVirtRegAliveInBlock() argument 122 MarkVirtRegAliveInBlock(VRInfo, DefBlock, MBB, WorkList); in MarkVirtRegAliveInBlock() 127 MarkVirtRegAliveInBlock(VRInfo, DefBlock, Pred, WorkList); in MarkVirtRegAliveInBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveVariables.cpp | 93 MachineBasicBlock *DefBlock, in MarkVirtRegAliveInBlock() argument 106 if (MBB == DefBlock) return; // Terminate recursion in MarkVirtRegAliveInBlock() 119 MachineBasicBlock *DefBlock, in MarkVirtRegAliveInBlock() argument 122 MarkVirtRegAliveInBlock(VRInfo, DefBlock, MBB, WorkList); in MarkVirtRegAliveInBlock() 127 MarkVirtRegAliveInBlock(VRInfo, DefBlock, Pred, WorkList); in MarkVirtRegAliveInBlock()
|
/external/llvm/include/llvm/Analysis/ |
D | LoopInfo.h | 737 auto *DefBlock = DefI->getParent(); in movementPreservesLCSSAForm() local 738 if (DefBlock != NewBB && getLoopFor(DefBlock) != NewLoop) in movementPreservesLCSSAForm()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | LoopInfo.h | 909 auto *DefBlock = DefI->getParent(); in movementPreservesLCSSAForm() local 910 if (DefBlock != NewBB && getLoopFor(DefBlock) != NewLoop) in movementPreservesLCSSAForm()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 541 BasicBlock *DefBlock = cast<Instruction>(E.def())->getParent(); in insertSpills() local 542 if (auto *CSI = dyn_cast<CatchSwitchInst>(DefBlock->getTerminator())) in insertSpills() 545 InsertPt = &*DefBlock->getFirstInsertionPt(); in insertSpills()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | NewGVN.cpp | 4009 auto *DefBlock = getBlockForValue(Def); in eliminateInstructions() local 4013 PN->insertBefore(&DefBlock->front()); in eliminateInstructions()
|