Home
last modified time | relevance | path

Searched defs:IsReachable (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAGInstrs.h274 bool IsReachable(SUnit *SU, SUnit *TargetSU) { IsReachable() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp724 bool ScheduleDAGTopologicalSort::IsReachable(const SUnit *SU, IsReachable() function in ScheduleDAGTopologicalSort
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp812 bool IsReachable = false; VerifyIndirectJumps() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp900 void addSuccessor(CFGBlock *B, CFGBlock *S, bool IsReachable = true) { in addSuccessor() argument
5368 B && IsReachable ? AB_Normal : AB_Unreachable) {} in AdjacentBlock() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp211 bool IsReachable(const SUnit *SU, const SUnit *TargetSU) { in IsReachable() function in __anon9cef1bc00111::ScheduleDAGRRList
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp5991 auto IsReachable = createNodeFromSelectLikePHI() local