OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KillInst
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PHIElimination.cpp
507
MachineBasicBlock::iterator
KillInst
= opBlock.end();
512
KillInst
= Term;
515
if (
KillInst
== opBlock.end()) {
520
KillInst
= FirstTerm;
521
while (
KillInst
!= opBlock.begin()) {
522
--
KillInst
;
523
if (
KillInst
->isDebugInstr())
525
if (
KillInst
->readsRegister(SrcReg))
530
KillInst
= NewSrcInstr;
533
assert(
KillInst
->readsRegister(SrcReg) && "Cannot find kill instruction")
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64A57FPLoadBalancing.cpp
188
MachineInstr *StartInst, *LastInst, *
KillInst
;
194
/// True if
KillInst
cannot be modified. If this is true,
204
: StartInst(MI), LastInst(MI),
KillInst
(nullptr),
234
KillInst
= MI;
247
MachineInstr *getKill() const { return
KillInst
; }
249
/// of the chain. This is the maximum of
KillInst
(if set) and LastInst.
251
return ++MachineBasicBlock::iterator(
KillInst
?
KillInst
: LastInst);
265
/// Return true if this chain (StartInst..
KillInst
) overlaps with Other.
267
unsigned End =
KillInst
? KillInstIdx : LastInstIdx
[
all
...]
Completed in 17 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026