Searched refs:DefBlock (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/ |
| D | CodeExtractor.cpp | 566 BasicBlock *DefBlock = cast<Instruction>(outputs[out])->getParent(); in emitCallAndSwitchStatement() local 571 DefBlock = Invoke->getNormalDest(); in emitCallAndSwitchStatement() 578 if (DefBlock == I->second) { in emitCallAndSwitchStatement() 579 DefBlock = I->first; in emitCallAndSwitchStatement() 586 if (!DT && DefBlock != OldTarget) in emitCallAndSwitchStatement() 591 DominatesDef = DT->dominates(DefBlock, OldTarget); in emitCallAndSwitchStatement() 599 if (pred && DT && DT->dominates(DefBlock, pred)) in emitCallAndSwitchStatement()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | LiveVariables.h | 272 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock, 274 void MarkVirtRegAliveInBlock(VarInfo& VRInfo, MachineBasicBlock* DefBlock,
|
| /freebsd-10-stable/contrib/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()
|