Home
last modified time | relevance | path

Searched refs:InB (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp194 const MachineInstr *InB = NodeAddr<StmtNode *>(OB).Addr->getCode(); in getAllReachingDefs() local
195 assert(InA->getParent() == InB->getParent()); in getAllReachingDefs()
198 return FA->second < OrdMap.find(InB)->second; in getAllReachingDefs()
203 if (It == InB->getIterator()) in getAllReachingDefs()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1026 BasicBlock *InB = P->getIncomingBlock(i); in promoteTo() local
1027 if (InB == LoopB) in promoteTo()
1036 InV = IRBuilder<>(InB->getTerminator()).CreateZExt(InV, DestTy); in promoteTo()