Home
last modified time | relevance | path

Searched refs:PredI (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64RedundantCopyElimination.cpp171 switch (PredI.getOpcode()) { in knownRegValInBlock()
184 if (!PredI.getOperand(1).isReg()) in knownRegValInBlock()
202 FirstUse = PredI; in knownRegValInBlock()
217 FirstUse = PredI; in knownRegValInBlock()
262 FirstUse = PredI; in knownRegValInBlock()
319 for (auto PredI = Itr;; --PredI) { in optimizeBlock() local
320 if (FirstUse == PredI) in optimizeBlock()
323 if (PredI->isCopy()) { in optimizeBlock()
335 FirstUse = PredI; in optimizeBlock()
344 FirstUse = PredI; in optimizeBlock()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp184 Register PredI = (OpI > -1)?MII->getOperand(OpI).getReg() : Register(), in isLegalToPacketizeTogether() local
186 if (PredI != PredJ) in isLegalToPacketizeTogether()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp466 MachineInstr *PredI = MRI->getVRegDef(PredR); in findInductionRegister() local
467 if (!PredI->isCompare()) in findInductionRegister()
473 TII->analyzeCompare(*PredI, CmpReg1, CmpReg2, CmpMask, CmpImm); in findInductionRegister()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2904 for (const auto PredI : CheckedSet) { in evalBind() local
2905 ProgramStateRef state = PredI->getState(); in evalBind()
2922 Bldr.generateNode(L, state, PredI); in evalBind()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3336 auto PredI = pred_begin(Succ); in ensureValueAvailableInSuccessor() local
3337 BasicBlock *OtherPredBB = *PredI == BB ? *++PredI : *PredI; in ensureValueAvailableInSuccessor()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3082 BasicBlock::const_iterator PredI = in visitUnreachable() local
3084 if (const CallInst *Call = dyn_cast<CallInst>(&*PredI)) { in visitUnreachable()