HomeSort by relevance Sort by last modified time
    Searched defs:IsLive (Results 1 - 8 of 8) sorted by null

  /external/v8/src/compiler/
all-nodes.h 28 bool IsLive(Node* node) {
graph-trimmer.h 40 V8_INLINE bool IsLive(Node* const node) { return is_live_.Get(node); }
43 if (!IsLive(node)) {
instruction-selector.h 203 bool IsLive(Node* node) const { return !IsDefined(node) && IsUsed(node); }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 107 bool AggressiveAntiDepState::IsLive(unsigned Reg)
227 if (State->IsLive(Reg)) {
326 if (!State->IsLive(Reg)) {
339 if (!State->IsLive(SubregReg)) {
397 if (State->IsLive(AliasReg)) {
676 if (State->IsLive(NewReg) || (KillIndices[Reg] > DefIndices[NewReg])) {
684 if (State->IsLive(AliasReg) ||
768 if (!State->IsLive(Reg))
    [all...]
  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp 106 bool AggressiveAntiDepState::IsLive(unsigned Reg)
204 if (State->IsLive(Reg)) {
302 if (TRI->isSuperRegister(Reg, *AI) && State->IsLive(*AI)) {
307 if (!State->IsLive(Reg)) {
321 if (!State->IsLive(SubregReg)) {
381 if (State->IsLive(AliasReg)) {
417 if (TRI->isSuperRegister(Reg, *AI) && State->IsLive(*AI))
665 if (State->IsLive(NewReg) || (KillIndices[Reg] > DefIndices[NewReg])) {
672 if (State->IsLive(AliasReg) ||
784 if (!State->IsLive(Reg)
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 123 bool IsLive = MBB.isLiveIn(GPR64) || MBB.isLiveIn(GPR32);
124 if (!IsLive || !IsImplicit) {
125 MIB.addReg(GPR64, getImplRegState(IsImplicit) | getKillRegState(!IsLive));
126 if (!IsLive)
  /external/llvm/lib/Target/Hexagon/
RDFLiveness.cpp 710 bool IsLive = false;
714 IsLive = true;
717 if (IsLive)
    [all...]
  /art/compiler/optimizing/
nodes.h     [all...]

Completed in 209 milliseconds